Linux下查找文件

例如要查找在Linux下的my.cnf,该文件位于/etc/my.cnf。

可以查找下:

find / -name my.cnf
原文地址:https://www.cnblogs.com/hankleo/p/11996563.html