AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  cron entry

    Posted Thu August 09, 2007 04:14 PM

    Originally posted by: SystemAdmin


    Is cron flexible to do the following:
    A user requires a reboot of a server (once a quarter)at 22:00 on the last Saturday of each quarter
    #AIX-Forum


  • 2.  Re: cron entry

    Posted Fri August 10, 2007 08:49 AM

    Originally posted by: SystemAdmin


    this should work

    00 22 25-31 3,6,9,12 * date | grep Sat && shutdown -Fr now

    thanks
    Aleem
    #AIX-Forum