other languages
MINGETTY(8) | Linux Programmer's Manual | MINGETTY(8) |
NAME¶
mingetty - 控制台最小的 getty
总览 SYNOPSIS¶
mingetty [--noclear] [--nonewline] [--noissue] [--nohangup] [--nohostname] [--long-hostname] [--loginprog=/bin/login] [--nice=10] [--delay=5] [--chdir=/home] [--chroot=/chroot] [--autologin username] tty
描述 DESCRIPTION¶
mingetty 是一个用于虚拟终端的最小的 getty。不像 agetty(8) , mingetty 不适于串行线。我建议使用 mgetty(8) 来替代。
选项 OPTIONS¶
- --noclear
- 在提示输入用户名之前不进行清屏操作 (通常屏幕被清除)。
- --nonewline
- 不在向 /etc/issue 输出之前打印一个信行符。
- --noissue
- 不输出 /etc/issue.
- --nohangup
- 不调用 vhangup() 来禁止其他应用程序对此 tty 的写入。
- --nohostname
- 不在提示登录之前打印主机名。
- --long-hostname
- 默认情况下,主机名只打印第一个句点符 (dot) 前面的部分。允许这个选项之后,将显示 gethostname() 得到的全文。
- --loginprog /bin/login
- 改变登录程序。
- --nice 10
- 调用 nice() 来改变优先级。
- --delay 5
- 启动 mingetty 之后,睡眠这么多秒。
- --chdir /home
- 调用登录程序之前,切换到这个目录。
- --chroot /chroot
- 调用 chroot() ,以这个目录名作为参数。
- --autologin username
- 自动地以指定的用户登录,不询问用户名和密码。为此请检查 /bin/login 的 -f 选项。
ISSUE ESCAPES¶
mingetty 可以识别下列可以内置于 /etc/issue 文件中的 escape 序列:
范例 EXAMPLE¶
"Linux eos i386 #1 Tue Mar 19 21:54:09 MET 1996" 是将 "\s \n \m \v" 写入 /etc/issue 产生的。
文件 FILES¶
/etc/issue, /var/run/utmp.
参见 SEE ALSO¶
作者 AUTHOR¶
版权所有 1996 Florian La Roche <laroche@redhat.com>。 David Frey <David.Frey@eos.lugs.ch> 和 Florian La Roche 书写了手册页。
[中文版维护人]¶
所罗门 <solomen@email.com.cn>
[中文版最新更新]¶
Nov 9 2000
《中国linux论坛man手册页翻译计划》:¶
6 Apr 1996 | Debian-Local |