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 |
How do you stop a running process?
How do I use grep to find a file?
Which command is used to restrict incoming messages?
How do you find path of a directory? Give its syntax.
Give command that will make the file "run.sh" executable?
distinguish between paging and swapping?
who to change the duplex setting of network interface in command line
How do I run a whois command?
What is $0 bash?
What is the command to check ports active in UNIX?
How do you create a directory in UNIX?
What is rmdir command?