linux常用命令

rpm -qal |grep tomcat    查找文件夹


netstat -tunlp|grep   9999   查找端口进程

lsof -i 列出所有端口

lsof -i:端口号   查看单个端口号

find / -name  tomcat

原文地址:https://www.cnblogs.com/tiancai/p/9070375.html