The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-31-2008
andryk's Avatar
andryk andryk is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2003
Posts: 448
Quote:
Originally Posted by biot View Post
Hi
How can I restart the CRON manually?
Thanks
Hi,
You mean the daemon or one command in your crontab ? if its the daemon try 'kill -HUP' works on most unix flavor, if one command just re-schedule it or do a 'nohup cmd &'.