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

How do you stop a running process?

7 Answers  


How do I use grep to find a file?

0 Answers  


Which command is used to restrict incoming messages?

0 Answers  


How do you find path of a directory? Give its syntax.

7 Answers  


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


distinguish between paging and swapping?

1 Answers   Infosys,


who to change the duplex setting of network interface in command line

1 Answers  


How do I run a whois command?

0 Answers  


What is $0 bash?

0 Answers  


What is the command to check ports active in UNIX?

4 Answers   Accenture, IBM,


How do you create a directory in UNIX?

1 Answers  


What is rmdir command?

0 Answers  


Categories