How do you find out all processes that are currently
running in UNIX OS?
Answer Posted / shaishaw
ps
ps -e
ps -a
ps -f
top
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of cut command in unix?
What do chgrp command do?
Describe the usage and functionality of the command rm –r * in unix?
Explain command to show the space allocation of files?
What are the unix commands?
What is the first character of the output in ls l command?
What are some command words?
Write a command that will display files in the current directory, in a colored, long format.
Why is awk called awk?
What is command substitution?
Who invented grep?
What does grep v do?
Who wrote grep?
What is the difference between cat and more command?
Differentiate cmp command from diff command.