Solaris commands for process management - pkill

pkill – send signal to process. For example pkill -9 init :-P


# pgrep named 
628 
# pkill named 
# pgrep named 
636


As you see, the named daemon was killed and respawned (with new PID)

No comments:

Post a Comment

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...