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 |
Give command that will make the file "run.sh" executable?
Give Command that will change the name of a directly from paypal to eBay
What is the use of the command 'ls -x chapter[1-5]' ?
Enlist some filename manipulation commands in unix.
Which command is used to delete all files in the current directory and all its sub-directories?
How does a user get the current date, time in UNIX?
distinguish between paging and swapping?
What is the behavioural difference between cmp and diff commands?
How to convert a hidden file to normal visible file?
What is the use of sed command in unix?
What is the protocol for PING command?
How do you move a process which is running background to foreground?