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

What does pipe () return?

590


What does the “echo” command do?

623


Describe the zip/unzip command using gzip.

606


Which unix command to make a new directory?

586


What does find command return in unix?

590






Why is it called grep?

557


How to use grep command to list find the records of a file containing 10 different strings?

643


What does grep v do?

557


What is the use of tee command?

563


Name the general commands in using unix os for a beginner?

621


What is difference between grep and find command in unix?

575


What is grep command in unix with examples?

604


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

574


What is $0 bash?

641


Explain mount and unmount command.

609