Norėdami sustabdyti ir vėl paleisti tam tikras paslaugas

Posted by: admin, 11 pirmadienis 3rd, 2008

Sustoti
 # kill -KILL `cat /var/run/ PROCESS .pid` 

Paleisti
 # kill -HUP `cat /var/run/ PROCESS .pid` 

Pabandykite proceso ID arba ID nurodytą procesą.
Sustoti
 # ps -aux | grep named
# kill -KILL  PID 
Paleisti
 # ps -aux | grep named
# kill -HUP  PID