開心生活站

位置:首頁 > IT科技 > 

要怎麼查找Linux文件

IT科技2.71W

1、Find 命令

使用 Linux find 命令可以用不同的搜索標準如名字、類型、所屬人、大小等來搜索目錄樹。基本語法如下:

# find path expression search-term 

要怎麼查找Linux文件

2、locate 命令 ,使用前需要安裝locate。

使用 locate 查找文件的語法:

# locate test.file 

就像 find 命令一樣,locate 也有很多選項來過濾輸出。

要怎麼查找Linux文件 第2張

標籤:查找 linux 文件