ls(-l -a h) cd cp mv 111find( / -name " " ) which mkdir(直接用) touch pwd more rm grep wc `` > >> sudo
getent(passwd group查看用户和用户组)chomod(-r r4 w2 x1) chown (【-r】 1:2 文件、文件夹)
showduplicates systemctl 【stop start enable disable status】 服务名 软连接 in -s 路径1 ---路径2
hostnamectl set-hostname XYD
netstat -anp | grep 端口号
XYD ALL=(ALL) NOPASSWD: ALL
ps -ef | grep XX
kill 【-9】 进程
tar -cvf 压缩名.tar 文件1 文件2 文件3
tar -zcvf 压缩名.gz 文件1 文件2 文件3
解压
tar -xvf test.tar -C 解压目录
tar -zxvf test.gz -C 解压目录