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 command statement?
Which command is used to find whether the system is 32 bit or 64 bit?
What is $0 bash?
Why is it called a shebang?
What do chown command do?
What is the nmap command?
How do I open a port?
How can we use grep command in unix?
Why is grep called grep?
How do I run a bash script?
What does grep v grep do?
How to display no of records in oracle using unix command?
What is time_t?
What is the difference between cat command and more command?
Is grep faster than awk?