-
Del.icio.us -
Digg -
Furl -
Google -
Simpy -
Spurl -
Y! MyWeb
How to password protect the single user mode in Linux
What is this Tip?
How to implement this Tip?
1. From your Linux machine access a terminal window and open /etc/inittab file for edit.
2. In this file add the below given line just before the id:X:initdefault: entrysu:S:wait:/sbin/sulogin
3. Save the /etc/ininttab file.
4. Now from next time onwards you will be prompted to provide the root password before accessing the single user mode.