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

Answer Posted / abhijit (pune)

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use grep to search for a file?

584


Who invented grep?

653


Which command is used to restrict incoming messages?

594


What command is used to switching between users in unix?

564


What is unix command line?

610






What is difference between grep and find command in unix?

581


How do I run a whois command?

605


What is merge command in unix?

946


What is the first character of the output in ls l command?

637


How do I delete files from command prompt?

555


What are file commands?

656


What is the command to find hidden files in the current directory?

585


What are bash commands?

597


Differentiate cmp command from diff command.

588


Which command should you use to find the remaining disk space in unix server?

709