-
locate:用于查找文件,它比find命令的搜索速度快,它需要一個數據庫,這個數據庫由每天的例行工作(crontab)程序來建立,每天才更新一次,所以最近一天內更新的無法查找到,需要先進行updatedb(無論在那個目錄中均可,可以放在crontab中)后在 /var/lib/slocate/下生成slocate.db數據庫即可快速查找查看全部
-
chown改變擁有者的權限查看全部
-
合法的chmod操作查看全部
-
文件執行權限查看全部
-
文件寫權限查看全部
-
文件讀權限查看全部
-
鏈接數量查看全部
-
文件權限: 第一字段代表文件類型 -:文件 l:系統鏈接 d:目錄文件查看全部
-
linux命令行文件操作查看全部
-
linux命令行文件操作查看全部
-
Linux文件系統結構查看全部
-
window文件系統結構查看全部
-
linux學習大綱查看全部
-
copy $ cp file1 file 2 $ cp -r dir1 dir2 move $ mv file .. $ mv file dir/ rename $ mv file1 file2 $ mv dir1 dir2 #dir2存在,則為移動操作 remove $ rm file $ rm -r dir 創建文件查看全部
-
SHELL編程介紹查看全部
舉報
0/150
提交
取消