Answer Posted / biswajit parida
If you want to see only running processes you have to fire
below mention command.....
ps -ef|grep -vi sleep
Thanks ,Biswajit
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Differentiate multiuser from multitask.
How to change the directory in unix?
What is unix portability?
What is alias mechanism? Explain.
What is unix mtime?
What unix is mac os based on?
What are the requirements for a swapper to work?
What does sort do in unix?
Is android unix based?
How to display the contents of a file?
How to remove the first line/header from a file in Unix?
What is source unix?
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)
Differentiate between paging and swapping?
How can you count the number of characters and lines in a file?