常用文件搜索命令3

Posted javasl

tags:

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

帮助命令:man
例子:man -l
用法类似于more less 翻页,换行,/+关键字查询

可以查询配置文件,不要加绝对路径
例子:man passwd

whereis 可以查看命令,也可以查看配置文件的位置
[[email protected] ~]# whereis passwd
passwd: /usr/bin/passwd /etc/passwd /usr/share/man/man1/passwd.1.gz

ls --help 可以查看ls命令的选项

whatis:可以列出命令的简短信息
[[email protected] ~]# whatis ls
ls (1) - list directory contents
[[email protected] ~]# whatis find
find (1) - search for files in a directory hierarchy
[[email protected] ~]#


help 命令,查询内置命令(没有目录的命令)

help umask
help cd
help if

以上是关于常用文件搜索命令3的主要内容,如果未能解决你的问题,请参考以下文章

常用命令3-文件搜索命令1-locate

常用文件搜索命令3

Linux常用命令04(其他命令)

Linux常用命令——文件搜索命令

Linux常用命令-文件搜索命令find

Python30-12_Linux----常用命令-文件搜索