11 February 2014

Monitoring Folder in Linux with watch command

Monitoring Folder in Linux with watch command

งานนี้ เราต้องการที่จะดูการเปลี่ยนแปลง ของโฟเดอร์ของเรา ก็เลยจัดไปสักคำสั่ง :

#watch -d -n 1 ‘df -h .; echo ” “; echo “Local folder updates:”; ls -FIAt;echo ” “;echo -n “Size of : “;du -h –max-depth=1′;

 Result:

No comments:

Post a Comment