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
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988