首页 > 代码库 > 补:关于man关于SEE ALSO(参见)中代号与vim下常用命令
补:关于man关于SEE ALSO(参见)中代号与vim下常用命令
1.查阅/etc/issue文件时,使用man issue发现manual中see also出现motd(5), agetty(8), mingetty(8)字样。以及文档行首的issue(5)究竟是什么意思。
man man后解释为:
1 Executable programs or shell commands-->shell下可执行程序或命令
2 System calls (functions provided by the kernel)-->内核调用工具或函数
3 Library calls (functions within program libraries)-->函数及函数库调用
4 Special files (usually found in /dev)-->设备文件说明于/dev下
5 File formats and conventions eg /etc/passwd-->文件格式或配置文件
6 Games-->游戏
7 Miscellaneous (including macro packages and conventions), e.g.
man(7), groff(7)-->包含惯例及协议等
8 System administration commands (usually only for root)-->管理员的命令
9 Kernel routines [Non standard]-->与内核有关的路径
如上所释,issue文档可参见motd文档(message of the day)-->/etc/motd,及agetty与mingetty命令。
2.利用vim在编辑.bash_history文档时重新熟悉vim下的编辑命令shortcuts。
End-Eco.
补:关于man关于SEE ALSO(参见)中代号与vim下常用命令