How do you know about running processes of a particular
user?

Answers were Sorted based on User's Feedback



How do you know about running processes of a particular user?..

Answer / jsdkar

ps -u <uid>

Is This Answer Correct ?    14 Yes 0 No

How do you know about running processes of a particular user?..

Answer / lipsa naik

ps -ef | grep <user>

Is This Answer Correct ?    11 Yes 0 No

How do you know about running processes of a particular user?..

Answer / booger

ps -fu <user>

Is This Answer Correct ?    6 Yes 1 No

How do you know about running processes of a particular user?..

Answer / sujay kumar

ps -U username

ps U username

Is This Answer Correct ?    6 Yes 1 No

How do you know about running processes of a particular user?..

Answer / lekshmanan s

ps -ef|grep $(whoami)
$(whoami) gives the username and that is grep(ed or
searched) in ps -ef

Is This Answer Correct ?    4 Yes 1 No

How do you know about running processes of a particular user?..

Answer / hanumantha rao m

ps -aef

Is This Answer Correct ?    3 Yes 0 No

How do you know about running processes of a particular user?..

Answer / punit sharma

ps -u <username> can provide the processes running for the
user.

ps -fu <username> can provide the full listing of the
processes running for the user

Is This Answer Correct ?    1 Yes 1 No

How do you know about running processes of a particular user?..

Answer / bhaskar

watch "ps -aef|grep "driver.pl""

Is This Answer Correct ?    0 Yes 0 No

How do you know about running processes of a particular user?..

Answer / manikandant

ps u | grep <User>

Is This Answer Correct ?    0 Yes 2 No

How do you know about running processes of a particular user?..

Answer / sakthi

ps -ef

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

distinguish between interrupts and exceptions?

2 Answers   Infosys,


How to delete a directory containing files and folders?

3 Answers  


Is command prompt unix?

0 Answers  


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  






How to remove a crontab file?

2 Answers  


how will u execute a file in unix

8 Answers   QA,


what are the differences between CUI and GUI interfaces?

52 Answers   College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,


what is the command to find out the difference between files and folders?

6 Answers  


Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?

5 Answers  


What is in grep command?

0 Answers  


How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


Categories