zoukankan      html  css  js  c++  java
  • 常用linux命令

    1 ls

    -i --inode 显示节点号

    2 systemctl

    systemctl 针对不同的类型有不同的命令,主要有1 unit Command  2 unit file Command 3 system Command

    1) 显示及过滤unit、unit-file

     systemctl list-units    systemctl list-unit-files  显示unit  unit-file

    --all   所有   --state 过滤

    3 df 显示系统上已挂载的文件系统已使用的信息

    -t  指定文件系统的类型 tmpf ext4

    4 man /pattern/

       -f 关键字同时出现在NAME、DECRIPTS中,相当于whatis 命令

      -k 在NAME、DECRIPTS中只要有一处出现关键字就行

      -K 在NAME、DESCRIPTS、TEXT中,只要有关键字就会显示

  • 相关阅读:
    Nginx配置文件
    SSM三层模型之间的参数传递
    Junit4用法
    常量类的设计
    初识Oracle
    sss
    sss
    sss
    sss
    sss
  • 原文地址:https://www.cnblogs.com/yaocai/p/12183412.html
Copyright © 2011-2022 走看看