How do you find out all processes that are currently
running in UNIX OS?
Answers were Sorted based on User's Feedback
Answer / abhijit
ps -fu <username>
or
ps -ef | grep username
Thanks
- @bhijit kulkarni
Is This Answer Correct ? | 3 Yes | 0 No |
What is the general format of unix command syntax?
Why we are using UNIX OS when we are doing the testing in our application?
How do you find path of a directory? Give its syntax.
what is the use of "fg" command ?
Differentiate cat command from more command.
What is Unix, and how does it differ from other operating systems?
Name the various commands that are used for the user information in unix.
distinguish between interrupts and exceptions?
Is it inbetween or in between?
What difference between cmp and diff commands?
what is the command to list all files in a directory, including the hidden files in UNIX ?
What is pid?