คำสั่งการดูไฟล์ที่ อัพเดทล่าสุด ของ LINUX

ดูไฟล์ที่ อัพเดทล่าสุด
find * -mtime -1 -ls


เช็คจำนวนไฟล์ที่เปลียนแปลงภายใน 60 วัน
find /home/you -iname "*.txt" -mtime -60 | wc -l


find . -iname "*.txt" -mtime -60 | wc -l


เช็คจำนวนไฟล์ ที่ มีชื่อ php ที่เคลื่อนไหวภายใน 60 วัน

find  -name '*php*' -mtime -60

Share on Google Plus

About I'am Webmaster

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments :