Linux根据进程号找到PID文件所在的目录

1、查询进程的ID号

[root@localhost ~]# ps -aux | grep MySQL

2、进入目录 /proc下以PID进程号命名的目录,这里是 /proc/48889

cd /proc

cd 48889

ls -ail