Processes Controlling commands
Posted on : 26-03-2011 | By : admin | In : Tips
Tags: Processes Controlling commands
0
Archived; click post to view.
Excerpt: PS command Ps command is included with procps rpm/package which will give you a list of the processes running on your system. With no options, ps will list processes that belong to the current user and have a controlling terminal. Example options include: −aux −−− list all running processes (by all users with some information). −a −−− list all processes from all users. −u −−− list more information including user names, %cpu usage, and %mem usage et cetera. −x −−− list processes without controlling terminals. −l −−− display different information including UID and nice value. −−forest −−− this makes it easier to see the process hierarchy For example to….



