前程有光
【Linux】linux | 查找文件
阅读 126
2022-11-25
1、根据文件名搜索
find / -name mysql
2、查找应用安装路径
rpm -ql mysql
3、查找运行命令
whereis mysql
相关推荐
精彩评论(0)