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 |
what is the difference between SED and GREP ? Which one is more better and why?
How do I use nslookup?
How can you change the owner or group of a file?
Give the command to display space usage on the UNIX file system.
what is the significance of "su" command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What do chmod command do?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
what are the different hardwares available?
Which command will print your home directory on screen?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
Enlist some filename manipulation commands in unix.