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 comma to show the space allocation of files?
Which RAID Levels supported by LVM?
What do chown command do?
Who wrote grep?
what is the difference between npar and vpar in HP-UX?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
What is awk command used for?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
what is the meaning of this command rm -rf / what will it do ?
Differentiate cat command from more command.
How to create hardlinks and softlinks on files?