Logo 
Search:

Unix / Linux / Ubuntu Articles

Submit Article
Home » Articles » Unix / Linux / Ubuntu » CommandsRSS Feeds

Report process status - ps

Posted By: Adalgar Fischer     Category: Unix / Linux / Ubuntu     Views: 3020

This article explains about ps command with an example in unix.

ps command is used to report process status in unix.

Syntax of groupadd Command

ps [- options]  

Most commonly used options of ps are:

• -e select all process
• -f show common user, pid, ppidm cpu, stime, tty, time and args in that order

Example of ps Command

Example 1 : Generate a full listing of all process currently running on machine

ps -ef
  
Share: 


Didn't find what you were looking for? Find more on Report process status - ps Or get search suggestion and latest updates.

Adalgar Fischer
Adalgar Fischer author of Report process status - ps is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!