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
How do I run a whois command?
Who wrote grep?
What is the use of egrep command in unix?
What does the command ' $who | sort –logfile > newfile' do?
What is unix command?
What is the use of tee command?
What is a command and examples?
Explain mount and unmount command.
How do I search for text in vi?
hw will u use awk in replacing cahrs and files
Which command is used to find whether the system is 32 bit or 64 bit?
Which unix command lists files/folders in alphabetical order?
What is “chmod” command?
How do I use nslookup?
What is the use of the tee command?