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 |
when we installing aix os the ssh installed default?
Explain the steps that a shell follows while processing a command.
What is the function of grep command in unix?
what is virtual machine?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
How does a user get the current date, time in UNIX?
Differentiate cat command from more command.
Write a command to find all of the files which have been accessed within the last 30 days.
What is the difference between cat command and more command?
What command will change your prompt to myprompt?
What is the significance of the 'tee' command?
What is the use of the command 'ls -x chapter[1-5]' ?