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 |
What command would users use to see what file one page at a time in UNIX?
How many unix commands are there?
Explain mount and unmount command.
How would you change all occurrences of a value using VI?
How do you change your account's password?
By using which command we can find the CPU utilization time?
Will rm -r* removes hidden files?
use of ls command
What does the command ' $who | sort –logfile > newfile' do?
Describe the usage and functionality of the command rm –r * in unix?
what does the 'tee' command do?
Explain iostat, vmstat and netstat.