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

write grep commands to select the lines that have exactly two characters

8 Answers   PSI Data Systems,


Using unix command how to display no of records in oracle?

0 Answers  


Give the command to display space usage on the UNIX file system.

6 Answers  


What is an Unix command to convert HEX value to ASCII value located in any flat file.

2 Answers  


What is awk used for?

0 Answers  






What do chmod command do?

0 Answers  


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

0 Answers  


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


Which is the command used to find out currently executing Process in UNIX?

6 Answers   Amazon,


What is the use of the tee command?

0 Answers  


What do chgrp command do?

0 Answers  


What is the size of time_t?

0 Answers  


Categories