Thursday, February 25, 2010

Linux Command

Monitor Log File Changes
tail -f
tail -1000

Process Monitor
ps -ef | grep
ps -ef | grep java
ps -ef | grep sh

Run Process Forever
nohup sh <script file name> &

Find Files
find ./ -name hello*

No comments:

Post a Comment