Skip to main content
Commonmark migration
Source Link

Inotify-tools

##Inotify-tools ProvideProvide an interface to inotify, consisting of:

inotifywait

###inotifywait ThisThis command simply blocks for inotify events, making it appropriate for use in shell scripts. It can watch any set of files and directories, and can recursively watch entire directory trees.

inotifywatch

###inotifywatch ThisThis command collects filesystem usage statistics and outputs counts of each inotify event.

##Inotify-tools Provide an interface to inotify, consisting of:

###inotifywait This command simply blocks for inotify events, making it appropriate for use in shell scripts. It can watch any set of files and directories, and can recursively watch entire directory trees.

###inotifywatch This command collects filesystem usage statistics and outputs counts of each inotify event.

Inotify-tools

Provide an interface to inotify, consisting of:

inotifywait

This command simply blocks for inotify events, making it appropriate for use in shell scripts. It can watch any set of files and directories, and can recursively watch entire directory trees.

inotifywatch

This command collects filesystem usage statistics and outputs counts of each inotify event.

Source Link
Pro Backup
  • 5.1k
  • 14
  • 58
  • 87

##Inotify-tools Provide an interface to inotify, consisting of:

###inotifywait This command simply blocks for inotify events, making it appropriate for use in shell scripts. It can watch any set of files and directories, and can recursively watch entire directory trees.

###inotifywatch This command collects filesystem usage statistics and outputs counts of each inotify event.