find /home/user1 -name *.bin 在目錄 ‘/ home/user1’ 中搜索帶有’.bin’ 結(jié)尾的文件。 結(jié)尾的文件并定義其權(quán)限 find / -xdev -name \*.rpm 搜索以 '。$find . -name "yao*" | xargs chmod o-w ====================================================== find -name april* 在當(dāng)前目錄下查找以april開(kāi)始的文件。
/etc/shadow文件是/etc/passwd的影子文件,這個(gè)文件并不由/etc/passwd產(chǎn)生,這兩個(gè)文件應(yīng)該是對(duì)應(yīng)互補(bǔ)的。/etc/shadow文件是/etc/passwd 的影子文件,這個(gè)文件并不由/etc/passwd 而產(chǎn)生的linux命令linux命令,這兩個(gè)文件是應(yīng)該是對(duì)應(yīng)互補(bǔ)的。現(xiàn)在我們將為/home文件系統(tǒng)啟用配額,為此在/etc/fstab文件中對(duì)應(yīng)/home文件系統(tǒng)的那一行,將usrquota和grpquota掛載選項(xiàng)添加到現(xiàn)有的defaults選項(xiàng)。
選項(xiàng):
-b, --basename match only the base name of path names
-c, --count 只輸出找到的數(shù)量
-d, --database DBPATH 使用DBPATH指定的數(shù)據(jù)庫(kù),而不是默認(rèn)數(shù)據(jù)庫(kù) /var/lib/mlocate/mlocate.db
-e, --existing only print entries for currently existing files
-L, --follow follow trailing symbolic links when checking file existence (default)
-h, --help 顯示幫助
-i, --ignore-case 忽略大小寫(xiě)
-l, --limit, -n LIMIT limit output (or counting) to LIMIT entries
-m, --mmap ignored, for backward compatibility
-P, --nofollow, -H don't follow trailing symbolic links when checking file existence
-0, --null separate entries with NUL on output
-S, --statistics don't search for entries, print statistics about eachused database
-q, --quiet 安靜模式,不會(huì)顯示任何錯(cuò)誤訊息
-r, --regexp REGEXP 使用基本正則表達(dá)式
--regex 使用擴(kuò)展正則表達(dá)式
-s, --stdio ignored, for backward compatibility
-V, --version 顯示版本信息
-w, --wholename match whole path name (default)
上一個(gè)教程:linux命令_linux 關(guān)機(jī)命令_linux 命令
下一個(gè)教程:Linux命令大全,全部的command和解釋如何使用。