Which is the command used to find out currently executing
Process in UNIX?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is "type" command in unix?what is the functionality??
fork in unix ?
Explain command to view process running?
What is grep r?
What are the general commands in using unix os for a beginner?
What are some command words?
Explain the read, write, and execute permissions on a UNIX directory.
How do you know about running processes of a particular user?
What do chown command do?
distinguish between interrupts and exceptions?
how to delete entire records in unix ?
which command is used to stop a running process in unix?