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
What is difference between grep and find command in unix?
What is the use of sed command in unix?
What is command substitution?
How can we use grep command in unix?
Which unix command lists files/folders in alphabetical order?
Which command is used to create a directory?
Write a command to kill the last background job?
What happens when we execute a unix command?
What is sed awk grep?
What does the md command do?
How does pipe () work?
What are the general commands in using unix os for a beginner?
What is the use of find command in unix?
Is it inbetween or in between?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?