前言

工作中每天都在使用常用的命令和非常用的命令,忘记了用法或者参数,都会bing一下,然后如此循环。一直没有真正的系统的深入的去了解命令的用法,我决定打破它。以前看到有人,每天学习一个linux命令,我现在没有这么充足时间,我恐怕一周学习一个linux命令我都做不到,想想我还是N天学习一个linux命令吧,从现在开始算起。

用途

显示命令帮助文档以及用法

用法

man [options] [section] cmd

命令文档部分说明

The table below shows the section numbers of the manual followed by the types of pages they contain.
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
A manual page consists of several sections.

常用参数用法

显示命令版本

[root@localhost ~]# man -V
man 2.6.3

查看命令帮助信息

[root@localhost ~]# man -h
Usage: man [OPTION...] [SECTION] PAGE...

显示指定命令的配置文件

默认配置所使用的配置文件/etc/man_db.conf
[root@localhost ~]# man -C /etc/man.conf man

显示调试信息

[root@localhost ~]# man -d man
From the config file /etc/man_db.conf:
Mandatory mandir `/usr/man'.
Mandatory mandir `/usr/share/man'.
Mandatory mandir `/usr/local/share/man'.
Path `/bin' mapped to mandir `/usr/share/man'.
Path `/usr/bin' mapped to mandir `/usr/share/man'.
Path `/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/share/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/man'.

输出命令原始文档所在路径

[root@localhost ~]# man -w man
/usr/share/man/man1/man.1.gz

输出命令转义文档所在路径

[root@localhost ~]# man -W man

显示指定输出文档内容使用的命令

默认使用的命令是less
[root@localhost ~]# man -P cat man
MAN(1) Manual pager utils MAN(1)
NAME
man - an interface to the on-line reference manuals

输出格式化文档之后的文本格式内容

[root@localhost ~]# man man | col -b > man.log

后记

1 大部分命令都会有帮助文档,man命令可以跟这些帮助文档交互。
2 后端开发多多少少都需要维护类unix服务器,平时多深入了解命令的用法会对平时的工作很有帮助。

参考资料

【1】man -h 以及 man man

最新文章

  1. 安装WAMP 及 修改MYSQL用户名 、 密码
  2. ORACLE存储过程调用Web Service
  3. [sqoop1.99.7] sqoop命令
  4. Android -- Adapter
  5. 注入器和发布库--AngularJS学习笔记(三)
  6. MySQL数据库的基本数据类型
  7. Git之分支创建策略
  8. 基于LR的数据库性能测试
  9. iOS - UICollectionViewController
  10. jsp-status 404错误的解决方法汇总
  11. Windows8 各种版本区别对比详解
  12. Netsharp快速入门(之7) 基础档案(工作区1 向导创建工作区)
  13. [Hive - Tutorial] Creating, Showing, Altering, and Dropping Tables
  14. 将Uploads文件夹移到其它地方
  15. [Objective-c 基础 - 1.2] OC的基本类
  16. UserMailbox 必须强制使用 Database---Database is mandatory on UserMailbox error
  17. HTML&JS笔记(1)
  18. 网络编程I/O功能介绍
  19. Hibernate5--课程笔记5
  20. CTF--web 攻防世界web题 robots backup

热门文章

  1. selenium3 + python - autoit上传文件
  2. Centos 7 安装google 浏览器(yum 方式)
  3. BZOJ 2829 凸包
  4. SCOI2014总结
  5. 题解报告:hdu 2188 悼念512汶川大地震遇难同胞——选拔志愿者(巴什博弈)
  6. ubuntu 安装redis以及phpredis
  7. [ JSOI 2015 ] Salesman
  8. [转帖]c++ 面试整理
  9. 几种fullpage用法及demo
  10. CAD创建一个新的图形文件