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

Should I trust AI

 Should I trust AI? So far no, sorry.  I tested for the moment (May, 2025) most advanced model for programming and ask very simple question:...