1、cd 进入到文件所在的目录 2、sudo find ./ -name "文件名" -print 在当前文件及其子目录下,查找文件"文件名",并打印出来 转载于:https://www.cnblogs.com/liushuiyaodao/p/4582592.html