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 |
in a growing log file how will you see the 1st 99 lines?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
which command is used to change group?
What is the use of the tee command?
What will the following command do?
what is the use of the hidden files?
What is command statement?
in UNIX,what is the command to remove directory with files?
What UNIX command will control the default file permissions when files are created?
How many unix commands are there?
fork in unix ?
Enlist some filename manipulation commands in unix.