adspace


command to view process running?

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


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988