>>> On Thu, Jun 5, 2008 at 10:57 AM, in message <[EMAIL PROTECTED]>, LJ Mace <[EMAIL PROTECTED]> wrote: > I need to reboot a linux server and instead of putting several commands in > cron then removing from cron I'd like to just use the at command. > The preoblem is, I need to do 3 things and a reboot needs to take place as > the 2nd process. > I've looked around the net but couldn't(didn't) fine the answer
If the reboot is the second out of three, most likely the third isn't going to execute if it takes more than a few fractions of a second. Still, if you create a script with the three actions in it, and use the at command to execute that, it will do at least the first two of the three actions. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
