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 use nslookup?
How do I run a whois command?
What is the command to find hidden files in the current directory?
hw will u use awk in replacing cahrs and files
Why is shebang used?
What does awk stand for?
Which command can you use to find the currently running process in unix server?
What is “chmod” command?
Explain ‘system calls’ with respect to unix commands?
Enlist some filename manipulation commands in unix.
how to sort the content of the file based on numeric values
What is the nmap command?
What is the command to compare two files in unix?
What do know about tee command?
How do you repeat a command in terminal?