Password protect single user mode
- Monday, August 16, 2010, 6:02
- Linux
- Add a comment
|
|
To enable password for single user mode, add the following entry to /etc/inittab
su:S:wait:/sbin/sulogin
After rebooting to single user mode, will prompt for root password.


