User Tools

Site Tools


directory:monitor_a_directory_for_changes:using_iwatch

This is an old revision of the document!


Directory - Monitor a directory for changes - Using iwatch

Install iwatch

sudo apt install iwatch

Monitor a directory

iwatch /somedir
 
iwatch -r -c '(w; ps -aux)' | echo '%f was changed' /somedir

NOTE: Executes the w and ps -aux command upon the event occuring.


References

directory/monitor_a_directory_for_changes/using_iwatch.1611658994.txt.gz ยท Last modified: 2021/01/26 11:03 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki