linux 帮助命令:manwhatisapropos--help

Posted bailaowu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 帮助命令:manwhatisapropos--help相关的知识,希望对你有一定的参考价值。

man /usr/bin/man

man [命令或配置文件]
获取帮助信息


man ls

/-l
man date
/-d


man services //不需要添加绝对路径/etc/services

NAME(名称)
  services - Internet 网络服务列表
每行描述了一个服务,其格式如下:
  服务名 端口/协议 [别名 ...]
more services


man passwd

whereis passwd
结果:
passwd: /usr/bin/passwd /etc/passwd /usr/share/man/man5/passwd.5.gz /usr/share/man/man1/passwd.1.gz
有一个命令叫password,还有一个配置文件也叫passwd;man5、man1,1表示命令的帮助,5表示配置文件的帮助
man 5 passwd


whatis ls

whatis ifconfig


ls --help


apropos services

apropos profile

 












以上是关于linux 帮助命令:manwhatisapropos--help的主要内容,如果未能解决你的问题,请参考以下文章

Linux帮助命令

Linux基础篇帮助与搜索

3linux 怎么使用帮助

linux操作命令之帮助命令

Linux自学笔记:Linux获取帮助的命令详解

Linux下如何获取命令帮助