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 |
How to find $ai_serual resolved path by using unix
What do chgrp command do?
Differentiate cat command from more command.
How can i know my Filesystem and its current usage in my prod UNIX system?
how to delete entire records in unix ?
How to open a Database using Unix Command Please Do Reply
what are the different commands used to view the contents of a file?
What is the syntax of grep command and what is its use?
How will you know who are the users logged in to the system before 15 minutes?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
what is exact definition of operating system?
their is a file1,file2 and i want to append file1 data to file2?