• 常用文件搜索命令3


    帮助命令: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

  • 相关阅读:
    家庭记事本开发进度1
    仓库信息管理系统
    文件与流动手动脑和课后作业
    课堂测试
    Java异常处理
    动手动脑五
    动手动脑4
    记录类的个数
    数据结构
    操作系统
  • 原文地址:https://www.cnblogs.com/javasl/p/11154264.html
Copyright © 2020-2023  润新知