Knowledgebase

Portal Home > Knowledgebase > Articles Database > Show all perl process


Show all perl process




Posted by persianwhois, 06-03-2009, 03:10 AM
How can see just perl or exim runing process with ssh on linux?

Posted by adminpaul, 06-03-2009, 04:18 AM
Hi, You can get the perl process using the command below: ps -aux | egrep "*.pl$" Also you can get the list of exim process with the command. ps -aux | grep exim Paul

Posted by ServerManagement, 06-03-2009, 10:18 AM
For perl you can also type: ps -aux | grep perl That will show anything running by perl regardless of the file extension



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
mode security rule id (Views: 561)


Language:

Contact us