Linux 命令分为两种
Shell内部命令 echo
Shell外部命令 ls
human
-------------------------
App shell
--------------------------
lib
--------------------------
API
---------------------------
Kernel module
主要使用bash
对于内部命令 可以使用 help echo 查询帮助
对于外部命令 可以使用 ls --help 查询帮助
最常用的获取帮助的方法
Man [type] page
Man 帮助的类型
1 commands
2 system calls
3 library calls
4 special files
5 file formats and conventions
6 game
7 convention and miscellaneous
8 system management commands
9 kernel routines
info帮助
Info ls
和man类似只是他可以连接
某个软件的帮助
/usr/share/doc/...
进一步的帮助
Howto
Ctrl+Z 暂停
Ctrl+C 终止
Ctrl+L 清屏
Ctrl+S 缓存命令 直到按下ctrl+Q
Ctrl+R 命令历史
上一篇:RHEL5安装部分的总结 下一篇:快递查询API