命令类型:
在shell中可执行的命令有两类:
内建命令:由shell自带的,而且通过某命令形式提供;
外部命令:在当前系统的某文件系统路径下有对应的可执行程序文件;
说明:
区别内部或外部命令:#type Command
查找命令路径:which
查找命令Sections:whatis
内部命令:查找命令的二进制、源码和帮助手册的路径:whereis
# help COMMAND外部命令:
# man COMMAND
MANUAL SECTIONS
The standard sections of the manual include:
1 User Commands
用户命令
2 System Calls
系统调用
3 C Library Functions
C库函数
4 Devices and Special Files
设备和特殊文件
5 File Formats and Conventions
配置文件中的格式约定
6 Games et. Al.
游戏
7 Miscellanea
杂项
8 System Administration tools and Deamons
管理类的命令