systemctl控制软件启动关闭
注意:能够被systemctl控制的软件也被称为服务
systemctl start | stop | status | enable | disable 服务名
#enable 开机自启
#disable 关闭开机自启
端口
nmap #可以查看指定ip地址的端口占用情况
nmap命令不是系统自带,需要下载
netstat #查看指定端口以及进程占用情况
进程
ps [-e -f] #查看进程
kill [-9] 进程id #关闭指定进程
#-9 表示强制关闭,否知是否关闭会取决于当前进程
查看系统资源占用
top
标签:服务,查看,占用,端口,systemctl,关闭,进程 From: https://www.cnblogs.com/happy12123/p/17114422.html