pgrep – get the PID's of processes by name i.e. Something like ps -efl|grep -v grep|grep process_name
# pgrep named
586
Something like ps -efl|grep -v grep|grep process_name|awk '{print $1}'
# ps -e|grep -v grep|grep named|awk '{print $1}'
586
Subscribe to:
Post Comments (Atom)
Compressed tar archive
There are some cases when you want to create compressed tar archive but you do not have enough disk space to keep original files and tar arc...
-
To build firewall under AIX is sample, but as each host based firewall should be done careful 1. Prerequisites To start firewall in AIX yo...
-
There are some cases when you want to create compressed tar archive but you do not have enough disk space to keep original files and tar arc...
-
4. Its time for some system administrator tasks. Oracle ASM need special mark of disks will work with 4.1. Because of some reason (i don...
No comments:
Post a Comment