博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第 77 章 inotify
阅读量:6238 次
发布时间:2019-06-22

本文共 1351 字,大约阅读时间需要 4 分钟。

$ ls -ld /proc/sys/fs/inotify/*

77.1. inotify-tools

Installation

ubuntu

sudo apt-get install inotify-tools

centos

yum install inotify-tools

inotifywait -r -m $HOME

监控登录过程

neo@master:~$ inotifywait -r  -m $HOMESetting up watches.  Beware: since -r was given, this may take a while!Watches established./home/neo/ OPEN .profile/home/neo/ ACCESS .profile/home/neo/ CLOSE_NOWRITE,CLOSE .profile/home/neo/ OPEN .bashrc/home/neo/ ACCESS .bashrc/home/neo/ CLOSE_NOWRITE,CLOSE .bashrc/home/neo/ OPEN .bash_history/home/neo/ ACCESS .bash_history/home/neo/ CLOSE_NOWRITE,CLOSE .bash_history/home/neo/ OPEN .bash_history/home/neo/ ACCESS .bash_history/home/neo/ CLOSE_NOWRITE,CLOSE .bash_history

create a new file helloworld.txt

/home/neo/ CREATE helloworld.txt/home/neo/ OPEN helloworld.txt/home/neo/ MODIFY helloworld.txt/home/neo/ CLOSE_WRITE,CLOSE helloworld.txt

cat a file using cat helloworld.txt

/home/neo/ OPEN,ISDIR/home/neo/ CLOSE_NOWRITE,CLOSE,ISDIR/home/neo/ OPEN,ISDIR/home/neo/ CLOSE_NOWRITE,CLOSE,ISDIR/home/neo/ OPEN helloworld.txt/home/neo/ ACCESS helloworld.txt/home/neo/ CLOSE_NOWRITE,CLOSE helloworld.txt

delete a file helloworld.txt

/home/neo/ OPEN,ISDIR/home/neo/ CLOSE_NOWRITE,CLOSE,ISDIR/home/neo/ OPEN,ISDIR/home/neo/ CLOSE_NOWRITE,CLOSE,ISDIR/home/neo/ DELETE helloworld.txt

原文出处:Netkiller 系列 手札

本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
装XP-呼唤可信的技术,呼唤可信的盘。
查看>>
中国***江湖之八大门派
查看>>
算法图解-动态规划
查看>>
Nginx 优化
查看>>
大家放弃XP,开始尝鲜吧……
查看>>
yii2 自动写入update_at,create_at字段
查看>>
PXE批量实现自动化安装系统
查看>>
13.组合查询--SQL
查看>>
find命令学习
查看>>
ESXi 5 USB 启动
查看>>
HPUX升级安装SSH
查看>>
压力测试工具Curl-Loader
查看>>
2016年3月23日作业
查看>>
mysql编码
查看>>
Hillstone安全网关DNS代理设置
查看>>
java 遍历指定包名下所有的类(支持jar)
查看>>
tkinter学习系列(三)之Label控件
查看>>
PopupWindow弹框
查看>>
poll和select
查看>>
vim、gvim 在 windows 下中文乱码的终极解决方案
查看>>