- 论坛徽章:
- 13
|
- # man mingetty
- .........
- ISSUE ESCAPES
- mingetty recognizes the following escapes sequences which might be
- embedded in the /etc/issue file:
- \d insert current day (localtime),
- \l insert line on which mingetty is running,
- \m inserts machine architecture (uname -m), 机器架构 如:i386 i686
- \n inserts machine’s network node hostname (uname -n),
- \o inserts domain name,
- \r inserts operating system release (uname -r),操作系统的发行版本
- \t insert current time (localtime),
- \s inserts operating system name,
- \u resp. \U the current number of users which arecurrently logged
- in. \U inserts "n users", where as \u onlyinserts "n".
- 那如果想改变 这个欢迎信息,直接编辑 /etc/issue
复制代码 |
|