inotifywatch
command-line programs providing a simple interface to inotify
Install
- All systems
-
curl cmd.cat/inotifywatch.sh
- Debian
-
apt-get install inotify-tools
- Ubuntu
-
apt-get install inotify-tools
- Alpine
-
apk add inotify-tools
- Arch Linux
-
pacman -S inotify-tools
- Kali Linux
-
apt-get install inotify-tools
- Fedora
-
dnf install inotify-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install inotify-tools
- Raspbian
-
apt-get install inotify-tools
- Dockerfile
- dockerfile.run/inotifywatch
- Docker
-
docker run cmd.cat/inotifywatch inotifywatch
powered by Commando
inotify-tools
command-line programs providing a simple interface to inotify
inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. inotify-tools consists of two utilities: inotifywait simply blocks for inotify events, making it appropriate for use in shell scripts. inotifywatch collects filesystem usage statistics and outputs counts of each inotify event.