More Related Content
Next-L Enju 開発ワークショップ #02 詳解UNIXプログラミング 第4章 ファイルとディレクトリ 1 Linux入門 第1章 UNIX/Linuxとは Viewers also liked (15)
A strategic provocation around breakfast/Mini-meal Development Practices: Nex Gen Php Myopic massification or cash cow cowardice Doby & Disy season1 Distribution kit Makersbay Nex-Gen Software Development Overview Erasmus plus school presentation - students Project Management And Business Process Similar to Inotify (6)
20031030 「読み込み専用マウントによる改ざん防止Linuxサーバの構築」 20031020 「プロセス実行履歴に基づくアクセスポリシー自動生成システム」 File API: Writer & Directories and System Inotify
- 24. read_event 内で、 read (fd, buffer, 16384); とし、イベントを読む。イベント発生は select() で監視 (event_check()) 。 buffer には、 inotify_event 構造体の形で入る ( 複数可 ) 。名前が長いと buffer に入りきらないので、残ってるかのチェックが必要。 (read_events())