Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


command to view process running?

Answers were Sorted based on User's Feedback



command to view process running?..

Answer / sarvan

use ps command "process status". I will use "ps -ef" to
list every process in detail.

Is This Answer Correct ?    18 Yes 0 No

command to view process running?..

Answer / sudhanshu

process status

ps -ef | grep <process name>

Is This Answer Correct ?    14 Yes 1 No

command to view process running?..

Answer / pujan patra

"ps -ef" to view all the process ,and ps -ef | grep
<process name> for the particular process

Is This Answer Correct ?    7 Yes 0 No

command to view process running?..

Answer / guest

ps -ef

Is This Answer Correct ?    4 Yes 0 No

command to view process running?..

Answer / dhan

ps -eaf | grep <processname>

Is This Answer Correct ?    0 Yes 0 No

command to view process running?..

Answer / tiz

ps

Is This Answer Correct ?    0 Yes 1 No

command to view process running?..

Answer / 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

command to view process running?..

Answer / sathish

top command

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Unix General Interview Questions

Differentiate between paging and swapping?

0 Answers  


how to use grep command to list find the records of a file containg 10 different strings

5 Answers   IBM,


Why unix terminals are called dummy terminals?

0 Answers  


1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.

3 Answers   Qwest,


Describe the responsibilities of shell in brief.

0 Answers  


Is mac terminal unix?

0 Answers  


Name the key features of the bourne shell.

0 Answers  


Is unix free to use?

0 Answers  


command to display different lines that are found when compare two files?

2 Answers   HP,


What is path variable in unix?

0 Answers  


Is unix still around?

0 Answers  


Describe the term directory?

2 Answers  


Categories