码迷,mamicode.com
首页 > 其他好文 > 详细

常用文件搜索命令3

时间:2019-07-09 00:11:09      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:cto   ati   umask   hiera   director   lis   har   sha   帮助   

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

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

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

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

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


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

help umask
help cd
help if

常用文件搜索命令3

标签:cto   ati   umask   hiera   director   lis   har   sha   帮助   

原文地址:https://www.cnblogs.com/javasl/p/11154264.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!