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
What command is used to switching between users in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is ctrl d?
What is command statement?
What happens when we execute a unix command?
What is unix command?
What is .sh file?
What's a command word?
What is grep in bash?
What do know about tee command and its usage?
How do I search for text in vi?
What is unix command line?
Using unix command how to display no of records in oracle?
What is the general format of unix command syntax?
How do you grep a case insensitive?