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 do you understand by 'building block primitive'?
What is ctrl d?
What is used to type command?
What is the behavioural difference between cmp and diff commands?
use of ls command
the difference between a soft link and a hard link?
What is the command to compare two files in unix?
describe the escaping sequence characteres in unix
What is the difference between grep and grep?
What UNIX command will control the default file permissions when files are created?
Which command will print your home directory on screen?
What is s and g in sed command?