Re: system restart after some seconds

2013-01-05 Thread Boris Samorodov
05.01.2013 11:56, Boris Samorodov пишет: 05.01.2013 11:43, Jack Mc Lauren пишет: How can I restart my freeBSD after specific seconds ? SHUTDOWN(8): - NAME shutdown, poweroff — close down the system at a given time SYNOPSIS shutdown [-] [-h | -p | -r | -k] [-o [-n]] time

system restart after some seconds

2013-01-04 Thread Jack Mc Lauren
Hi How can I restart my freeBSD after specific seconds ? Thanks in advance ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: system restart after some seconds

2013-01-04 Thread Boris Samorodov
05.01.2013 11:43, Jack Mc Lauren пишет: How can I restart my freeBSD after specific seconds ? SHUTDOWN(8): - NAME shutdown, poweroff — close down the system at a given time SYNOPSIS shutdown [-] [-h | -p | -r | -k] [-o [-n]] time [warning-message ...] poweroff [...] -r

Re: system restart after some seconds

2013-01-04 Thread Polytropon
On Fri, 4 Jan 2013 23:43:57 -0800 (PST), Jack Mc Lauren wrote: How can I restart my freeBSD after specific seconds ? Unelegant and obvious: # sleep 10 ; shutdown -r now If you need this to happen automatically, use /etc/rc.local, and maybe put the whole command into background using