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

 5 gpasswd 使一个用户加入一个存在的组中

posted @ 2020-01-12 18:29  yaocai  阅读(146)  评论(0编辑  收藏  举报