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 mtime in find command?
Where can I get the free download of Unix by Yeswant Kanetkar?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
Who wrote grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of pipes?
Why is shebang used?
What is the use of find command in unix?
What is used to type command?
solaris Run level?
What is command substitution?
in a growing log file how will you see the 1st 99 lines?