How do you know about running processes of a particular
user?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / punit sharma
ps -u <username> can provide the processes running for the
user.
ps -fu <username> can provide the full listing of the
processes running for the user
| Is This Answer Correct ? | 1 Yes | 1 No |
can we use cat command as an editor ..???
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
In UNIX, what is the command to kill a process?
How to add content of one file into another file at the beginning
What does touch command do in unix?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
What is awk used for?
Who wrote grep?
Is ‘du’ a command? If so, what is its use?
how will you convert a general file to a hidden file?
How do you find which version and name of unix you are using at the command prompt?
What is clustering in HP and how it's work?