Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 435 Bytes

6-7-linux常见命令有哪些,说出10条左右.md

File metadata and controls

13 lines (7 loc) · 435 Bytes

6-7-linux常见命令有哪些,说出10条左右

查看实时日志:tall 、 head -20 查看前20行 、 tail -20 查看前20行

查看进程:ps -ef 、查看当前系统端口:netstat -an 、查看哪些端口被打开:netstat -anp

重启数据库服务:systemctl restart mysql service

重启网卡:service network restart

解压包:.zip包 unzip 包名 .tar tar -xzf 包名

在线安装用 yun