Chapter5 命令的使用
5.1 命令的种类
- 可执行程序
- shell 内置命令
- shell 函数
- alias 命令
5.2 认识命令的命令
5.2.1 type 显示可执行程序的类型
shell
type ls
5.2.2 which 显示可执行程序的位置
shell
which ls
5.3 帮助文档
1. help cd
2. mount --help
3. man 5 passwd
man section search_term
4. apropos find
5. whatis mount
6. info coreutils
5.4 别名
shell
type foo alias foo='cd /usr;ls -al;echo hahaha' unalias foo alias //列出所有别名
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。