in UNIX,How do you check for processes started by
particular user suppose the user name is 'suresh'?

Answer Posted / subbareddy kake

up to now all answers correct.I saw result of all commands.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the metacharacter mean?

691


What is the nmap command?

687


What is the use of tee command?

651


How do you grep recursively?

656


What does 'mkdir' command do in UNIX?

762






Why is shebang used?

685


What is the comma to show the space allocation of files?

640


Which command is used to kill the last background job?

886


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1850


What is the use of sed command in unix?

690


Which command is used to copy files?

660


What is the use of finger command?

681


What does grep v do?

643


What do know about tee command and its usage?

703


Which command is used to find whether the system is 32 bit or 64 bit?

715