Sunday, April 27, 2014

Unix : Grep


grep specific program

ps -ef | grep *batch*
ps -ef | grep batch.sh


grep by username

ps -ef | grep root
ps -ef | grep unixuser



No comments:

Post a Comment