http://linux.die.net/man/1/pgrep
find the process
sometime using "ps aux | grep XXX" will get garbage
[Note] use "-f" option to search full command line
[Note] use "ps aux | grep xxx | grep -v grep" to avoid "grep" in the result...
Tuesday, April 16, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment