What is the output of :
$ ps-e
$ ps-a commands
Answer Posted / upendar
ps -a : print all processes involving terminals.
ps -e : print environment and arguments.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are reported commands?
What is the function of grep command in unix?
What does 'mkdir' command do in UNIX?
Is ‘du’ a command? If so, what is its use?
What is “chmod” command?
What is s and g in sed command?
What is .sh file?
How does pipe () work?
What command is used to switching between users in unix?
How does shebang work?
What difference between cmp and diff commands?
How do I run a bash script?
What is the unix command to confirm a remote host is alive or not?
Which command should you use to find the remaining disk space in unix server?
What is sed awk grep?