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 are bash commands?
What does the command '$ls | wc –l > file1' do?
what is difference between unix and linux?
Who invented grep?
What is the comma to display different lines that are found when compare two files?
how to make IGNITE-BACKUP in HP-UX?
what is the command to find out which shell you are running?
What do chmod command do?
what do you understand by 'building block primitive'?
How to find the files that are accessed before 10 minutes?
Briefly, how do you install Oracle software on UNIX.
What is grep and how do you use it?