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
How to use grep command to list find the records of a file containing 10 different strings?
What is the use of finger command?
What is the command to find hidden files in the current directory?
What is the pipe command?
Can you explain a little bit about command substitution?
What is “chmod” command?
What is the command to compare two files in unix?
Write a command that will display files in the current directory, in a colored, long format.
What will the following command do?
What is nr in awk command?
What is in grep command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Who invented grep?
Which unix command to make a new directory?
How does pipe () work?