Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

第 20 章 Shell

目录

20.1. Help Commands
20.1.1. man - an interface to the on-line reference manuals
20.2. getconf - Query system configuration variables
20.3. 快捷键
20.3.1. 命令行编辑命令
20.3.2. 重新执行命令快捷键
20.3.3. 终端控制快捷键
20.3.4. Bang (!) 命令
20.4. chsh - change login shell
20.5. 执行程序返回值
20.6. Z Shell
20.6.1. installing Z shell
20.6.2. Oh My ZSH!
20.6.3. Starting file
20.6.4. Prompting
20.6.5. Aliases
20.6.6. History
20.6.7. FAQ
20.7. Berkeley UNIX C shell (csh)
20.7.1.
20.8. KornShell
20.8.1.
20.9. fish shell
20.9.1. 安装 fish shell
20.9.2. 配置 fish
20.9.3. 环境变量
20.10. 有趣的 Shell 应用
20.10.1. Ascii 星球大战电影
20.10.2. 天气预报
20.10.3. htop - interactive process viewer
20.10.4. elinks
20.10.5. chat

20.1. Help Commands

20.1.1. man - an interface to the on-line reference manuals

20.1.1.1. manpath.config

cat /etc/manpath.config
			

20.1.1.2. 查看man手册位置

$ man -aw ls
/usr/share/man/man1/ls.1.gz
			

20.1.1.3. 指定手册位置

man -M /home/mysql/man mysql