Which is the command used to find out currently executing
Process in UNIX?
Answer Posted / divya
ps -ef
here -f means Full listing showing the PPID(Parent PID) of each process
-e means All processes including user and system
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pipe command in unix?
What is the difference between cat and more command?
Which command will print your home directory on screen?
What does this command do,"$more readme.txt“?
Does cp command overwrite files?
How can you see the command line history?
How do I use nslookup?
What does awk stand for?
Which command is used to restrict incoming messages?
Explain command to display different lines that are found when compare two files?
What difference between cmp and diff commands?
Which command is used to create a directory?
What is the use of awk command in unix?
What does 'mkdir' command do in UNIX?
Which command is used to find whether the system is 32 bit or 64 bit?