Friday, January 28, 2011

Monitor your changed files in real-time in Linux

Everybody knows top or htop. Ever wished there was something similar but to monitor your files instead of CPU usage and processes? Well, there is.
Run this:

    watch -d -n 2 ‘df; ls -FlAt;’   

No comments:

Post a Comment