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 are awk commands?
What is ‘ps’ command for?
What are the commands in UNIX to list the files in a Directory?
What is the significance of the 'tee' command?
What is time_t?
What are bash commands?
What is the unix command to confirm a remote host is alive or not?
How do I use grep to search for a file?
hw will u use awk in replacing cahrs and files
Write a command that will display files in the current directory, in a colored, long format.
What are filter commands in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are grep patterns?
Which unix command lists files/folders in alphabetical order?
What does the command ' $who | sort –logfile > newfile' do?