Saturday, October 29, 2005

Process Information - Programming One Liner 12 - 13

ps - process information


ps 316


For a currently running process, you can use ps with the process id (pid) to see information about the process and to verify that its still running.


Programming "One Liner" lookup terms:
ps


Programming One Liner 13
See all processing currently running (started by you)

[root@plain html]# ps
PID TTY TIME CMD
20056 pts/5 00:00:05 bash
316 pts/5 00:07:53 tar
3302 pts/5 00:00:00 ps



USE THIS PROGRAMMING ONE LINER AT OWN RISK AS AUTHOR CLAIMS NO RESPONSIBILITY.
If you would like more information on any of the commands, please feel free to contact me with your . You can also read other posts on programming code, lookup the programming terms displayed above or visit my network security blog. Other external programming blogs on Technorati and programming blogs on Google.

No comments: