Posts tagged as:

grep command

How To Kill Process In Linux

by lifeLinux on May 21, 2011

Sometimes, I need to kill a process in Linux. So, how can I do that ? In this article, i will explain how do I kill process in Linux.

{ 0 comments }

How To Find Hard Drive Specifications

by lifeLinux on May 19, 2011

There are many tools to get hard drive information such as smartctl, hdparm, hwinfo… In this article, i will use hdparm command which provides a command line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem.

{ 0 comments }

Linux Display CPU Information

by lifeLinux on May 19, 2011

Q. How do I display CPU information in Linux ? A.You can get information of /proc/cpuinfo file or use lshw command to display CPU information in Linux.

{ 0 comments }

10 lsof Command Examples

by lifeLinux on May 14, 2011

The lsof command or “list open files” command in Linux is a powerful tool. In Linux and Unix everything behind the scenes are just files. This includes IP sockets, pipes, unix sockets, directories, devices, even inodes are just files. This means that lsof can actually tell you a lot of information of what is going […]

{ 0 comments }

Install RPM File On CentOS / RedHat

by lifeLinux on May 8, 2011

rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages. A package consists of an archive of files and meta-data used to install and erase the archive files. The meta-data includes helper scripts, file attributes, and descriptive information about the package. Packages come in […]

{ 0 comments }