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 does this command do? Cat food 1 > kitty
what does a process mean?
How to redirect standard error to a file?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How can we use grep command in unix?
What are grep patterns?
What does the command ' $who | sort –logfile > newfile' do?
What is the pipe command?
What is the general format of unix command syntax?
How do I run a whois command?
Enlist some filename manipulation commands in unix.
What do chmod, chown, chgrp commands do?