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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #8 (permalink)  
Old 12-29-2004
Perderabo's Avatar
Perderabo Perderabo is offline
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,353
That 5.8 tells you that you have SunOS 5.8 aka Solaris 8.

To stop cron:

/etc/init.d/cron stop


To restart cron:

/etc/init.d/cron start


And by the way, there should be no reason to do this unless your own applications cannot have the year change.
Reply With Quote