Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
recommendation!
Sponsored
partner
Germany Next Topmodel
germanys next topmodel germanys next topmodel

Ps (Unix)

In most Unix-like operating systems, the ps Command_line program gives a snapshot of the currently running Computer_process, including ps itself.

ps has many options. On operating systems that support the Single_UNIX_Specification standards, ps is commonly run with the options -ef, where -e selects every process and -f chooses the full output format. Another common option on these systems is -l, which specifies the long output format.

Most systems derived from BSD fail to accept the POSIX and UNIX standard options because of historical conflicts (for example, the e or -e option will cause environment variables to be displayed). On such systems, ps is commonly used with the non-standard options aux, where a lists all processes on a Computer_terminal, including those of other users, x lists all processes without controlling terminals and u adds the controlling user for each process. Note that, for maximum compatibility when using this syntax, there is no - in front of the aux .

Another Unix utility named Top_(Unix) provides a real-time view of the running processes.