摘要: 使用 netstat 命令时提示没有权限访问,添加可执行权限也被拒绝,这种情况下可执行如下命令解决: lsattr /usr/bin/netstatchattr -i /usr/bin/netstatlsattr /usr/bin/netstatll /usr/bin/netstatchmod 75 阅读全文
posted @ 2022-06-20 17:43 门徒21 阅读(452) 评论(0) 推荐(0)
摘要: 查看进程 ps -ef |grep python 关闭进程 kill -9 26879 linux下后台执行某个python脚本 nohup python -u xxx.py > out.log 2>&1 & 阅读全文
posted @ 2022-06-20 16:17 门徒21 阅读(918) 评论(0) 推荐(0)