摘要:
进程操作1. 找到侦听端口的进程的PID:netstat -nlp | grep :8080tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 1073/node122. 杀死机器上运行的这个进程kill 10731如果进程拒绝退出,那么只需使用-9标志,这是一个SIGTER 阅读全文
posted @ 2021-09-10 06:46
奋斗小青年1
阅读(721)
评论(0)
推荐(0)
摘要:
[root@yumserver ~]# whereis grepgrep: /usr/bin/grep /usr/share/man/man1/grep.1.gz[root@yumserver ~]# /usr/bin/grep --help用法: /usr/bin/grep [选项]... PAT 阅读全文
posted @ 2021-09-08 20:34
奋斗小青年1
阅读(3235)
评论(0)
推荐(0)
摘要:
CentOS 环境: 本服务器不内置python的。 需要下载 yum install python2 1 安装好了之后。链接一下。 sudo ln -s /usr/bin/python2.7 /usr/bin/python 阅读全文
posted @ 2021-09-08 16:44
奋斗小青年1
阅读(237)
评论(0)
推荐(0)