How do you know about running processes of a particular
user?

Answer Posted / lekshmanan s

ps -ef|grep $(whoami)
$(whoami) gives the username and that is grep(ed or
searched) in ps -ef

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

613


What is the use of cut command in unix?

682


Why is grep called grep?

771


What happens when we execute a unix command?

589


What does the metacharacter mean?

604






How can we use grep command in unix?

606


Differentiate cat command from more command.

569


How do I find previous commands in unix?

590


Why is it called grep?

553


Explain command to view process running?

609


What is the use of the tee command?

587


How do you grep a case insensitive?

532


What is the search command in unix?

592


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

786


Which command is used to kill the last background job?

767