用密码保护单用户模式

2009-05-13 13:10:12来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


                在:
Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [/boot/kernel/kernel] in 10 seconds...
如果按下回车以外的其他键,就会提示
Type '?' for a list of commands, 'help' for more deailed help.
OK boot -s
进入单用户模式:
Enter full pathname of shell or RETURN for /bin/sh:
#
完成需要的修改后使用exit继续进入多用户模式。
如何阻止用户进入单用户模式呢?,修改/etc/ttys可以在进入单用户的时候提供密码:
console    none        unknown    off secure
把上面的secure改成insecure即可。
Enter root passowrd, or ^D to go multi-user
Password:
Loader的密码保护
让用户在进入OK提示符前输入一个密码。只需在/boot/loader.conf中增加
passowrd=12345
即可。
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/2389/showart_522842.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:将/tmp/目录移到内存中

下一篇:BSD下的超级终端