标题: [HP-UX 11.0]about /etc/securetty [打印本页] 作者: grace_limi 时间: 2003-09-25 12:37 标题: [HP-UX 11.0]about /etc/securetty Who can tell me more details about the usage of the file /etc/securetty?作者: westapple 时间: 2003-09-26 12:29
“/etc/securetty”文件允许你规定“root”用户可以从那个TTY设备登录。登录程序需要读取“/etc/securetty”文件。
它的格式是:列出来的tty设备都是允许登录的,注释掉或是在这个文件中不存在的都是不允许root登录的作者: westapple 时间: 2003-09-26 13:08
看到你的另一个关于限制root登陆的 帖子。