man是一个linux的命令,主要作用是用于命令的查询和帮助。最小化安装的Centos(6.x)默认是没有安装的,需要进行安装。命令是yum -y install man
常用的类型:SourceByrd's Weblog-https://note.t4x.org/rebuilding/man-command-description/
1:用户命令
5:配置文件文档
8:系统管理员相关命令 SourceByrd's Weblog-https://note.t4x.org/rebuilding/man-command-description/
不常用的类型:SourceByrd's Weblog-https://note.t4x.org/rebuilding/man-command-description/
2:系统调用相关
3:C语言函数库相关
4:设备文件和特殊文件相关
6:游戏相关
7:惯例、协议相关 SourceByrd's Weblog-https://note.t4x.org/rebuilding/man-command-description/
案例:
0 1 2 |
[root@localhost ~]# man date #查询date的帮助文档,理解为man 1 date [root@localhost ~]# man rsyncd.conf #查询配置文件rsyncd.conf的帮助文档,可以理解为man 5 rsyncd.conf [root@localhost ~]# man ifconfig #查询linux管理员命令ifconfig,可以理解为man 8 ifconfig |
更多的请查看man的帮助文档,本文不做具体介绍。SourceByrd's Weblog-https://note.t4x.org/rebuilding/man-command-description/ SourceByrd's Weblog-https://note.t4x.org/rebuilding/man-command-description/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!