Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!oliveb!sun!gorodish!guy From: guy%gorodish@Sun.COM (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: shutdown termination Message-ID: <11808@sun.uucp> Date: Wed, 21-Jan-87 15:54:23 EST Article-I.D.: sun.11808 Posted: Wed Jan 21 15:54:23 1987 Date-Received: Thu, 22-Jan-87 03:21:54 EST References: <2937@brl-adm.ARPA> Sender: news@sun.uucp Lines: 6 Summary: Yes, just do a "kill" on the shutdown process (NOT "kill -9" or kill -KILL). > Killing the process leaves the /etc/nologin file in place. Try using a less lethal instrument next time. "shutdown" catches the "terminate" signal, which is what "kill" sends by default, and removes the "/etc/nologin" file before exiting. Just use "kill", not "kill -9" or "kill -KILL".