Linux篇_命令总结

目录操作命令:pwd、cd、ls、mkdir、du、tree

文件操作命令:touch、file、cp、rm、mv、ln、stat、alias、unalias

查找命令:which、whereis、locate、find

文件内容操作和历史命令:cat、more、less、head、tail、tailf、vim、history、clear

归档及压缩命令:zip、gzip、bzip2、zcat、bzcat、tar、xz

重定向:  >、>>、2>、2>>、&>、&>>                         

用户操作和时间相关命令:date、cal、uname、hostname、useradd、su、exit、userdel

                                          time(查看执行命令做使用的时间)、timedatectl(查看时间,包含时区)

                                          cal(看当月)、cal 2020(看整年)

                                          重新设置系统日期:date -s "2021-5-4 13:54:00"

重启和关机: reboot、poweroff、init 0、init 6、halt

                      shotdown -h now/60(分钟)  立马|60分钟后关机

                      shotdown -c  取消关机

网络相关:ping、ip、ipconfig

进程和安装软件相关:ps、top、pstree、kill、df、mount、yum

变量脚本相关:echo、env(查看环境变量)、set(查看环境变量和自定义变量)、unset(取消变量)、chmod、source、bash、$

计划任务:crontab

安装软件:yum、install、provides(通过那个软件安装)、remove

进程相关命令:top动态查看进程信息

                         ps aux静态查看进程信息

                          kill  -9  进程号: 强制杀死进程(-9是一种信号,告诉linux内核强制杀死进程)

                          pstree查看整个进程数

Linux篇_命令总结

上一篇:The Classification of Screening Machine


下一篇:how to get started with an ubuntu server