Subject: Re: undoing chflags schg ? (fwd)
To: None <netbsd-help@NetBSD.ORG>
From: Aaron Sterr <sysadm@muse.pomona.edu>
List: netbsd-help
Date: 04/21/1997 02:13:35
Thomas Boroske wrote:
>Someone pointed out another solution, which works without rebooting:
>kill 1 -1, which will switch to single user (hope I remembered that 
>correctly).

That should be "kill -1 1" because you are sending a -1 signal to 
process 1 (init).

Aaron Sterr