# Watch for changes in Linux directory

Install inotify-tools:

```
apt-get install inotify-tools
```

Watch a directory for changes:

```
inotifywait -m -r /directory/of/your/choice
```