1、查看端口被占用 netstat -anp | grep 3306 2、查看进程 比如查看tomcat的进程 ps -ef | grep tomcat 3、链接 软连接 ln -s 源文件 链接文件 硬链接 ln 源文件 链接文件