日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

php 添加inotify扩展,php inotify 扩展的安装

發布時間:2024/9/27 63 豆豆
生活随笔 收集整理的這篇文章主要介紹了 php 添加inotify扩展,php inotify 扩展的安装 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

一、安裝

1)? 從內核和目錄里面查看是否支持inotify

[root@nfs01 ~]#?uname -r

2.6.32-573.el6.x86_64

[root@nfs01 ~]#**?ls -l /proc/sys/fs/inotify/**??? -→主要查看下面有沒有三個目錄

總用量 0

-rw-r--r-- 1 root root 0 1月? 21 13:03 max_queued_events

-rw-r--r-- 1 root root 0 1月? 21 13:03 max_user_instances

-rw-r--r-- 1 root root 0 1月? 21 13:03 max_user_watches

2**)檢查是否有安裝inotify?**如果沒有就安裝

rpm -qa inotify-tools

沒有就先安裝epol源

yum.repos.d]#

之后安裝

[root@nfs01 ~]#**?yum install inotify-tools -y**

二、參數講解、

[root@nfs01 ~]#?which inotifywait

/usr/bin/inotifywait

[root@nfsserver inotify-tools]#?bin/inotifywait —help

r :遞歸查詢目錄

q:打印很少的信息,僅僅打印監控事件的信息? 安靜狀態

m:始終保持事件監聽狀態

excluder#排除文件或者目錄的時候不區分大小寫

timefmt:指定時間輸出的格式

d :后臺運行

-e: 事件 里面有很多方法

下面是事件參數

Events:

access file or directory contents were read 訪問

modify file or directory contents were written 修改

attrib file or directory attributes changed 屬性發生變化

close_write file or directory closed, after being opened in 寫入之后關閉

writeable mode

close_nowrite file or directory closed, after being opened in read-only mode

close file or directory closed, regardless of read/write mode

open file or directory opened

moved_to file or directory moved to watched directory 移動到哪里

moved_from file or directory moved from watched directory

move file or directory moved to or from watched directory

create file or directory created within watched directory

delete file or directory deleted within watched directory

delete_self file or directory was deleted

unmount file system containing file or directory unmounted卸載

之后就可以和nfs共享服務器之間的實時備份

我曾七次鄙視自己的靈魂: 第一次,當它本可進取時,卻故作謙卑; 第二次,當它空虛時,用愛欲來填充; 第三次,在困難和容易之間,它選擇了容易; 第四次,它犯了錯,卻借由別人也會犯錯來寬慰自己; 第五次,它自由軟弱,卻把它認為是生命的堅韌; 第六次,當它鄙夷一張丑惡的嘴臉時,卻不知那正是自己面具中的一副; 第七次,它側身于生活的污泥中雖不甘心,卻又畏首畏尾。

總結

以上是生活随笔為你收集整理的php 添加inotify扩展,php inotify 扩展的安装的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。