# 查看端口号 [port] 属于哪个程序 lsof -i :[port] 1. 2. 网络检测 # 检查网卡 ping 127.0.0.1 # 检查网络 [host or ip address] ping [host or ip address] # 路由跟踪 到 [host] 的路由 traceroute [host] 1. 2. 3. 4. 5. 6. 7. 8. 进程类 查看进程 # 查看所有有关[progress name]...
liv ALL=(root) /sbin/fdisk,NOPASSWD:/usr/bin/systemctl,/usr/sbin/lsof,/usr/sbin/service,/usr/sbin/ifconfig,/usr/bin/mount ## RHEL 7环境 liv ALL=(root) /sbin/fdisk,NOPASSWD:/usr/sbin/service,/usr/sbin/ifconfig,/usr/bin/mount ##RHEL 6 环境 注:添加上NOPASSWD: 后,NOPASSWD:之:后的...
[liv@xuegod63 ~]$ sudo systemctl start /使用sudo是可以直接启动了,也不需要输入root用户密码[liv@xuegod63 ~]$ sudo lsof -i :80COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME 43356 root 4u IPv6 101979 0t0 TCP *:(LISTEN) 43357 apache 4u IPv6 101979 0t0 TCP *:(LISTEN) 43358 apach...
sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件
sudo apt-get install 软件名 安装软件命令 sudo nautilus 打开文件
lsof -c nsd 在后台运行程序,退出登录后,并不结束程序 nohup 程序 查看中间运行情况 tail nohup 在后台运行交互式程序,退出登录后,并不结束程序 sudo apt-get install screenscreen vim a.txt#直接退出后使用 screen -ls # 1656.pts-0.ubuntu (Detached)screen -r 1656 #恢复#热键,同时按下Ctrl和a键结束后...