UNIX Command Example: ps - Display Process List Information
Logon to UNIX command prompt then copy & past the bellow code to get some result:
ps ps | tail -5 ps -ef | sort | more
Here "ps" is the command to Display Process List Information "ps | tail -5" Display last 5 Process Information "ps -ef | sort | more" Display Process List details & sort it & continuously Display by page If everything went well we should get some interesting result as follows:
No comments:
Post a Comment
leave your comments here..