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