Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!sun!sally!plocher From: plocher@sally.Sun.COM (John Plocher) Newsgroups: comp.unix.i386 Subject: Re: 2 more Q's about 386/ix Keywords: displays, shutdown Message-ID: <129323@sun.Eng.Sun.COM> Date: 16 Dec 89 01:35:58 GMT References: <1910@syma.sussex.ac.uk> Sender: news@sun.Eng.Sun.COM Reply-To: plocher@sun.UUCP (John Plocher) Organization: Sun Microsystems, Mountain View Lines: 16 +-- In <1910@syma.sussex.ac.uk> jonm@syma.sussex.ac.uk (Jonathan Meyer) writes | Is it possible to run shutdown from anything other than the console VT? | Sometimes I would like to be able to reboot my system safely from a remote | login, but can't. +-- You can do either shutdown -mumble < /dev/console # -mumble is stuff like -g0 -y ... ^^^^^^^^^^^^^^ or init 0 # shutdown and stay down or init 6 # shutdown and reboot -John Plocher