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 |
which command is used to stop a running process in unix?
distinguish between user mode and kernel mode?
How do you change file permissions?
What is file system in unix??
Name the general commands in using unix os for a beginner?
in UNIX,How to copy file into directory?
what are the different commands used to create files?
What are the dos commands?
what is the difference between Touch & cat command
How do you repeat a command in terminal?
what does a process mean?
Explain command to show the space allocation of files?