Posts tagged as:

ps 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 }

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 }