Can anyone enlighten me on how to use the shutdown with -r -t ?
The man pages give syntax, but no examples.
Just for testing I want to reboot the machine and give users a 10 second warning. For this I used:
/sbin/shutdown -r -t 10
and many other variations. None of them work. Actually plain old /sbin/shutdown with no augments gives me errors.
Thoughts?