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 |
How to redirect standard error to a file?
What does the command '$ls | wc –l > file1' do?
How can we use grep command in unix?
What is updatedb?
what will be the output of ls ~/..
How to display no of records in oracle using unix command?
What is the difference between cat and more command?
when we installing aix os the ssh installed default?
Give the command for finding the current date.
What command is used to switching between users in unix?
what does a process mean?
What is the use of pipes?