- liunx
- 查看软件安装地址
whereis mysql 在哪里
- 查看运行文件的位置
which mysql 哪一个文件
- 根据进程号来查看路径
- ps -ef|grep redis
- ls -|/proc/4133/cwd 得到安装目录
- 查看软件安装地址
whereis mysql 在哪里
- 查看运行文件的位置
which mysql 哪一个文件
- 根据进程号来查看路径
- ps -ef|grep redis
- ls -|/proc/4133/cwd 得到安装目录