1.查閱/etc/issue文件時,使用man issue發現manual中see also出現motd(5), agetty(8), mingetty(8)字樣。以及文檔行首的issue(5)究竟是什麼意思。 man man後解釋為: 1 Executable programs or shell ...
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.