【轉】find -atime -ctime -mtime區別
find -atime -ctime -mtime區別
find -atime -ctime -mtime區別
access time , atime在讀取檔案或執行檔案時會修改
create time , ctime在檔案寫入,更改所有者,許可權。連結時檔案的ctime會隨之改變
modified time ,mtime 在檔案寫入時會改變。
ls -lu 或者 ls -l --time=atime 顯示檔案的atime
ls -lc 或者 ls -l --time=ctime 顯示檔案的ctime
ls -l 顯示檔案的mtime[@more@]
find -atime -ctime -mtime區別
access time , atime在讀取檔案或執行檔案時會修改
create time , ctime在檔案寫入,更改所有者,許可權。連結時檔案的ctime會隨之改變
modified time ,mtime 在檔案寫入時會改變。
ls -lu 或者 ls -l --time=atime 顯示檔案的atime
ls -lc 或者 ls -l --time=ctime 顯示檔案的ctime
ls -l 顯示檔案的mtime[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1056636/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux命令:atime,mtime,ctimeLinux
- [20201105]mtime, ctime and atime in Linux.txtLinux
- Linux中atime,ctime與mtime的細節疑問總結Linux
- [20210708]find -mtime +0 0 -0時間問題補充.txt
- [20210625]find -mtime +N N -N時間問題補充.txt
- [20210626]find -mtime +N N -N時間問題補充.txt
- [20210624]find -mtime +N N -N的時間範圍問題.txt
- has(),find()以及filter()方法的區別Filter
- springdatajpa 中get××方法與find××方法的區別Spring
- C++(asctime()、ctime())C++
- vivo nex和oppo find x區別對比 OPPO Find X和vivo NEX哪個好?
- Linux中的查詢命令:find、locate、whereis、which、type及其區別Linux
- Gson轉換與JSONObject區別JSONObject
- OPPO Find X三版本區別對比 OPPO Find X三版本哪個好?
- linux,mtime引數的理解Linux
- CPU單核多核區別【轉載】單核
- 轉發和重定向的區別?
- Java中HashMap,LinkedHashMap,TreeMap的區別[轉]JavaHashMap
- input屬性disabled和readonly的區別(轉)
- XHTML?它與 HTML的區別?如何轉換HTML
- 【轉】理解 CI 和 CD 之間的區別
- Vue中computed和watch的區別(轉載)Vue
- string型別資料的find函式型別函式
- 強制型別轉換(int)、(int&)和(int*)的區別型別
- String.valueOf和強制型別轉換(String)的區別型別
- 轉載_Linux程式與執行緒的區別Linux執行緒
- [轉帖]Dockerfile中CMD與ENTRYPOINT命令的區別Docker
- 轉發和重定向的過程和區別
- Prometheus thanos Victoriametrics比較 victoria prometheus 區別 轉載Prometheus
- linux裡source、sh、bash、./有什麼區別(轉)Linux
- 【轉載】git github gitlib gitlab分別是什麼,有什麼區別?GithubGitlab
- [轉]CFLAGS、CXXFLAGS、FFLAGS、FCFLAGS、LDFLAGS、LD_LIBRARY_PATH區別
- GO語言中string和[]byte的區別及轉換Go
- 塊元素和行內元素的區別與轉換
- VUE的兩種跳轉push和replace對比區別Vue
- 《轉》ParameterizedType getGenericSuperclass 獲取泛型引數;class getClass區別Zed泛型
- Mysql BLOB、BLOB與TEXT區別及效能影響、將BLOB型別轉換成VARCHAR型別MySql型別
- (轉)leetcode:Find All Anagrams in a String 滑動視窗方法總結LeetCode
- [轉載] spring aop 環繞通知around和其他通知的區別Spring