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
How do you repeat a command in terminal?
What do chmod, chown, chgrp commands do?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the command to compare two files in unix?
What is the use of egrep command in unix?
Does cp command overwrite files?
What are filter commands in unix?
What is ctrl d?
How do I use grep to search for a file?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the functionality of a top command?
What command is used to check the current users?
How do I open a port?
How do I use nslookup?
Why is awk called awk?