What is the output of :
$ ps-e
$ ps-a commands
Answer Posted / shh
ps -a Select all processes except session leaders and
processes not associated with a terminal.
ps -e Select all processes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the command ' $who | sort –logfile > newfile' do?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which unix command to make a new directory?
What is the command to view process running?
What are bash commands?
Write a command that will display files in the current directory, in a colored, long format.
Differentiate cmp command from diff command.
What is the use of the tee command?
Which command is used to find whether the system is 32 bit or 64 bit?
Using unix command how to display no of records in oracle?
Who wrote grep?
What's a command word?
What do know about tee command and its usage?
why metadb requires a seperate slice to create Solaris volume manager
What does the command '$ls | wc –l > file1' do?