in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?
Answers were Sorted based on User's Feedback
Answer / subbareddy kake
up to now all answers correct.I saw result of all commands.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhijit (pune)
ps -fu username | grep -i processname
and
ps -ef | grep user | grep processname
Is This Answer Correct ? | 0 Yes | 0 No |
use of ls command
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
how will you convert a general file to a hidden file?
Write a grep (or grep) command that selects the lines from a file that have exactly three characters.
What does 'mkdir' command do in UNIX?
how to make IGNITE-BACKUP in HP-UX?
How do you move a process which is running background to foreground?
Which command is used to kill the last background job?
What Command is used to make a directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What command will change your prompt to myprompt?
what do you understand by 'unix is a portable os'?