+1 表示 1 * 24小時 再加+24小時以外,相當於當前時間48小時前(2天前)
1 表示 1 * 24小時 再加+24小時之間,相當於當前時間48小時前--當前時間24小時前(前天-昨天)
0 表示 0 * 24小時 + 24 到 0 之間,相當於當天的
+1 表示 1 * 24 再加+24小時以外,相當於當前時間48小時前(2天前)[root@k8s-node01 test]# date
2023年 07月 24日 星期五 17:24:02 cst
[root@k8s-node01 test]# find /opt/test -type f -mtime +1 -name "*.txt" -exec ls -al {} \;
-rw-r--r--. 1 root root 0 7月 22 17:23 /opt/test/date0722-01.txt
-rw-r--r--. 1 root root 0 7月 22 17:23 /opt/test/date0722-02.txt
-rw-r--r--. 1 root root 0 7月 22 17:23 /opt/test/date0722-03.txt
-rw-r--r--. 1 root root 0 7月 19 17:24 /opt/test/date0719-01.txt
-rw-r--r--. 1 root root 0 7月 19 17:24 /opt/test/date0719-02.txt
-rw-r--r--. 1 root root 0 7月 19 17:24 /opt/test/date0719-03.txt
-rw-r--r--. 1 root root 0 7月 20 17:23 /opt/test/date0720-01.txt
-rw-r--r--. 1 root root 0 7月 20 17:23 /opt/test/date0720-02.txt
-rw-r--r--. 1 root root 0 7月 20 17:23 /opt/test/date0720-03.txt
-rw-r--r--. 1 root root 0 7月 21 17:23 /opt/test/date0721-01.txt
-rw-r--r--. 1 root root 0 7月 21 17:23 /opt/test/date0721-02.txt
-rw-r--r--. 1 root root 0 7月 21 17:23 /opt/test/date0721-03.txt
表示 1 * 24 再加+24小時之間,相當於當前時間48小時前--當前時間24小時前(前天-昨天)[root@k8s-node01 test]# date
2023年 07月 24日 星期五
17:32:25
cst[root@k8s-node01 test]#
[root@k8s-node01 test]# find /opt/test -type f -mtime 1 -name "
*.txt
" -exec ls -al {} \;
-rw-r--r--. 1 root root 0 7月 23
17:23 /opt/test/date0723-01
.txt
-rw-r--r--. 1 root root 0 7月 23
17:23 /opt/test/date0723-02
.txt
-rw-r--r--. 1 root root 0 7月 23
find命令中引數perm的用法
按照檔案許可權模式用 perm選項,按檔案許可權模式來查詢檔案的話。最好使用八進位制的許可權表示法。如在當前目錄下查詢檔案許可權位為755的檔案,即檔案屬主可以讀 寫 執行,其他使用者可以讀 執行的檔案,可以用 de find perm 755 printde 還有一種表達方法 在八進位制數字前面要...
find命令中引數perm的用法
按照檔案許可權模式用 perm選項,按檔案許可權模式來查詢檔案的話。最好使用八進位制的許可權表示法。如在當前目錄下查詢檔案許可權位為755的檔案,即檔案屬主可以讀 寫 執行,其他使用者可以讀 執行的檔案,可以用 de find perm 755 printde 還有一種表達方法 在八進位制數字前面要...
find命令中引數perm的用法
按照檔案許可權模式用 perm選項,按檔案許可權模式來查詢檔案的話。最好使用八進位制的許可權表示法。如在當前目錄下查詢檔案許可權位為755的檔案,即檔案屬主可以讀 寫 執行,其他使用者可以讀 執行的檔案,可以用 de find perm 755 printde 還有一種表達方法 在八進位制數字前面要...