macOS
brew install inotify-toolslocal Homebrew formula metadata
安装
brew install inotify-toolslocal Homebrew formula metadata
sudo apk add inotify-toolsAlpine Linux edge package indexes · inotify-tools · 来源: dl-cdn.alpinelinux.org
sudo apt install inotify-toolsDebian stable package indexes · inotify-tools · 来源: deb.debian.org
sudo dnf install inotify-toolsFedora Rawhide package metadata · inotify-tools · 来源: dl.fedoraproject.org
nix profile install nixpkgs#inotify-toolsnixpkgs package indexes · pkgs/by-name/in/inotify-tools/package.nix · 来源: api.github.com
sudo pacman -S inotify-toolsArch Linux sync databases · inotify-tools · 来源: geo.mirror.pkgbuild.com
sudo zypper install inotify-toolsopenSUSE Tumbleweed package metadata · inotify-tools · 来源: download.opensuse.org
winget install --id thekid.inotifywait -eWindows Package Manager source index · thekid.inotifywait · 来源: cdn.winget.microsoft.com
概览
C library and command-line programs providing a simple interface to inotify
历史
inotify-tools is a Linux-focused package of command-line utilities and a C library that expose the kernel inotify interface to shell scripts. The README says its purpose is to let inotify features be used from scripts, while the man page describes `inotifywait` as an efficient way to wait for filesystem changes.
The NEWS file records that inotify-tools began on 19 October 2005, close to the arrival of Linux inotify in the 2.6 kernel era. The project grew around `inotifywait`, `inotifywatch`, and `libinotifytools`, making filesystem event monitoring scriptable without each script needing to call kernel APIs directly.
The repository later added `fsnotifywait` and `fsnotifywatch` for fanotify-oriented workflows, and the README explicitly recommends enhancing the Rust version of the codebase over the older C/C++ version. That note captures an unusual maintenance transition for a long-lived Linux utility package.
inotify-tools is broadly packaged across Linux distributions and developer package managers because it is a small, dependable building block for file watchers, deploy hooks, build scripts, sync scripts, and daemon glue. Homebrew metadata lists packages across Alpine, Debian, Fedora, Nix, Pacman, Ubuntu, WinGet, and openSUSE.
The most common command is `inotifywait`, which waits for events on files or directories, exits after a single event by default, or streams events with `--monitor`. The man page documents recursive watching, event selection, CSV and custom output formatting, daemon mode, syslog output, and warnings about watch limits such as `/proc/sys/fs/inotify/max_user_watches`.
For package maintainers, inotify-tools is one of the canonical tiny Unix tools: it bridges a Linux-specific kernel facility into shell-friendly text output. Its presence in package indexes often enables other packages' test suites, file-reload scripts, and live-build tooling.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
fsnotifywait | cli | 全局可执行文件 | |
fsnotifywatch | cli | 全局可执行文件 | |
inotifywait | cli | 全局可执行文件 | |
inotifywatch | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/inotify-tools/inotify-tools
安装元数据
| 软件包键 | brew:inotify-tools |
|---|---|
| 版本 | 4.25.9.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/inotify-tools |
| 主页 | https://github.com/inotify-tools/inotify-tools |
| 仓库 | https://github.com/inotify-tools/inotify-tools |
| 上游文档 | https://github.com/inotify-tools/inotify-tools#readme |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://github.com/inotify-tools/inotify-tools/archive/refs/tags/4.25.9.0.tar.gz |
| 构建依赖 | autoconf, automake, libtool |
| Bottle | 可用 (于 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | inotify-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
inotify-tools 4.23.9.0-2+b1
command-line programs providing a simple interface to inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install inotify-toolslibinotifytools0 4.23.9.0-2+b1
utility wrapper around inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0libinotifytools0-dev 4.23.9.0-2+b1
Development library and header files for libinotifytools0
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0-devinotify-tools
nix profile install nixpkgs#inotify-toolsinotify-tools 3.22.6.0-4
command-line programs providing a simple interface to inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install inotify-toolslibinotifytools0 3.22.6.0-4
utility wrapper around inotify
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0libinotifytools0-dev 3.22.6.0-4
Development library and header files for libinotifytools0
https://github.com/rvoicilas/inotify-tools/wiki/
sudo apt install libinotifytools0-devinotify-tools 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-toolsinotify-tools-dev 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify (development files)
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-tools-devinotify-tools-doc 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify (documentation)
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-tools-docinotify-tools-libs 4.23.9.0-r0
C library and CLI tools providing a simple interface to inotify (libraries)
https://github.com/inotify-tools/inotify-tools
sudo apk add inotify-tools-libsinotify-tools 4.23.9.0-6.fc44
Command line utilities for inotify
https://github.com/inotify-tools/inotify-tools
sudo dnf install inotify-toolsinotify-tools-devel 4.23.9.0-6.fc44
Headers and libraries for building apps that use libinotifytools
https://github.com/inotify-tools/inotify-tools
sudo dnf install inotify-tools-develinotify-tools 4.25.9.0-1
inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify.
https://github.com/inotify-tools/inotify-tools
sudo pacman -S inotify-toolsinotify-tools 4.25.9.0-1.3
Tools for inotify
https://github.com/inotify-tools/inotify-tools
sudo zypper install inotify-toolsinotify-tools-devel 4.25.9.0-1.3
Development files for inotify-tools
https://github.com/inotify-tools/inotify-tools
sudo zypper install inotify-tools-devel来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.