Paul Hoffman wrote: > Greetings again. Under 5.x, is there a way to quickly reboot FreeBSD if > I'm not sitting at the console? I want the equivalent of, if I were > sitting at the console, 'shutdown now' followed by specifying '/bin/sh' > followed by 'exit'.
Paul, Sounds like you're looking for 'shutdown -r now' You might check the man page for shutdown to verify that's what you want. There's also 'fastboot' or 'reboot' which doesn't notify users and cleanly terminate running processes. --Tim Erlin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
