in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?

Answers were Sorted based on User's Feedback



in UNIX,How do you check for processes started by particular user suppose the user name is 's..

Answer / dharchana

ps -u suresh

Is This Answer Correct ?    15 Yes 0 No

in UNIX,How do you check for processes started by particular user suppose the user name is 's..

Answer / raghava

ps -ef | grep 'suresh'

Is This Answer Correct ?    8 Yes 1 No

in UNIX,How do you check for processes started by particular user suppose the user name is 's..

Answer / subbareddy kake

up to now all answers correct.I saw result of all commands.

Is This Answer Correct ?    3 Yes 0 No

in UNIX,How do you check for processes started by particular user suppose the user name is 's..

Answer / suitable

ps aux | grep username

Is This Answer Correct ?    2 Yes 2 No

in UNIX,How do you check for processes started by particular user suppose the user name is 's..

Answer / abhijit (pune)

ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname

Is This Answer Correct ?    0 Yes 0 No

in UNIX,How do you check for processes started by particular user suppose the user name is 's..

Answer / yuvaevergreen

ps -u option

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

Explain mount and unmount command.

0 Answers  


what do you understand by 'building block primitive'?

3 Answers   Infosys,


What is the difference between pipe (|) and tee command in unix

14 Answers   Cap Gemini, TCS,


What is grep command in unix with examples?

0 Answers  


Which RAID Levels supported by LVM?

5 Answers  






What is the use of egrep command in unix?

0 Answers  


what is the use of "grep" command?

6 Answers   HCL,


How to find the files that are accessed before 10 minutes?

5 Answers   Amazon,


what is the command to list files in a directory in UNIX?

8 Answers  


What does the command '$ls | wc –l > file1' do?

0 Answers  


which command is used to change group?

5 Answers  


What is the unix command to confirm a remote host is alive or not?

0 Answers  


Categories