Linux command man whatis

当我们学习 Linux 命令时,会发现很多命令,有时候命令的用法会记得不清楚,那么怎么通过仅存的片段记忆知道命令的正确用法呢?我们可以通过Linux系统内置的命令帮助获取帮助。

下面简短介绍一些系统内置的命令帮助命令

命令命令说明
whatis查看命令的简要说明
info比whatis更详细的介绍
which查看程序的二进制文件所在路径
whereis用于查找文件
man查看命令的说明文档

whatis

用法

snowflake@snowflake-desktop:/etc/samba$ whatis man
man (1)              - 在线参考手册的接口
man (7)              - macros to format man pages
snowflake@snowflake-desktop:/etc/samba$ whatis whatis
whatis (1)           - 显示在线手册页说明
snowflake@snowflake-desktop:/etc/samba$ whatis sudo
sudo (8)             - execute a command as another user

info

查看更详细的命令文档

which

which指令会在环境变量$PATH设置的目录里查找符合条件的文件。

用法

snowflake@snowflake-desktop:/etc/samba$ which man
/usr/bin/man
snowflake@snowflake-desktop:/etc/samba$ which bash
/bin/bash
snowflake@snowflake-desktop:/etc/samba$ which which
/usr/bin/which

whereis

snowflake@snowflake-desktop:/etc/samba$ whereis man
man: /usr/bin/man /usr/local/man /usr/share/man /usr/share/man/man7/man.7.gz /usr/share/man/man1/man.1.gz
snowflake@snowflake-desktop:/etc/samba$ whereis whereis
whereis: /usr/bin/whereis /usr/share/man/man1/whereis.1.gz
snowflake@snowflake-desktop:/etc/samba$ whereis sudo
sudo: /usr/bin/sudo /usr/lib/sudo /usr/share/man/man8/sudo.8.gz

[注意]:注意:以上输出信息从左至右分别为查询的程序名、命令路径、命令的man 手册页路径。

man

而对于命令的具体参数及使用方法,我们需要用到强大的man;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值