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 |
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
what is tar command and what are the different types of tar commands?
How can you change the owner or group of a file?
What is "type" command in unix?what is the functionality??
what is the use of "fg" command ?
Which command will you use to change the permissions on file?
What does pipe () return?
What is the behavioural difference between cmp and diff commands?
Name the various commands that are used for the user information in unix.
How to create hardlinks and softlinks on files?
How do I search for text in vi?
How do I use grep to search for a file?