liujinxi

//**whatis rm 可以查看命令具体作用,新安装系统不能执行whatis命令和数据库有依赖关系,需要用mandb命令刷新数据库
image

  1. 一、内名命令查看help +参数 例如 help type
    image
    2.二、外部命令查看help 例****如ls --help
    image
    三、创建昨天文件为.log的 touch date -d \'-1 day\' +%F.log
    image
    man帮助 例如man date 可以查看帮助,下方输入 / 可搜索关键字 q 是退出
    image
    man 帮助的文档路径 whereis date 命令
    image
    ls /usr/share/doc 官方命令指导书
    image

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-12-15
  • 2021-09-18
  • 2021-12-15
  • 2021-12-10
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-10-29
  • 2021-10-23
  • 2021-12-15
  • 2021-12-05
  • 2021-12-05
相关资源
相似解决方案