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中,只要有关键字就会显示

  • 相关阅读:
    8.9_java_35
    8.8_java_34
    8.7_java_33
    8.6_java_32
    8.5_java_31
    8.4_java_30
    8.3_java_29
    2020年春季学期《软件工程》教学总结
    json的标准格式
    详解 【Vue】 生命周期
  • 原文地址:https://www.cnblogs.com/yaocai/p/12183412.html
Copyright © 2011-2022 走看看