Rev 100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 100 | Rev 102 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | .TH "incrontab" "5" "0.5.8" "Lukas Jelinek" "incron documentation" |
1 | .TH "incrontab" "5" "0.5.9" "Lukas Jelinek" "incron documentation" |
2 | .SH "NAME" |
2 | .SH "NAME" |
3 | incrontab \- tables for driving inotify cron (incron) |
3 | incrontab \- tables for driving inotify cron (incron) |
4 | .SH "DESCRIPTION" |
4 | .SH "DESCRIPTION" |
5 | An incrontab file contains instructions to the \fIincrond\fR(8) daemon of the general form: "run this command on these file events". There are two categories of tables: system tables (with root privileges) and user tables (with user privileges). |
5 | An incrontab file contains instructions to the \fIincrond\fR(8) daemon of the general form: "run this command on these file events". There are two categories of tables: system tables (with root privileges) and user tables (with user privileges). |
6 | 6 | ||
Line 91... | Line 91... | ||
91 | And the final line shows how to use numeric event mask instead of textual one. The value 12 is exactly the same as IN_ATTRIB,IN_CLOSE_WRITE. |
91 | And the final line shows how to use numeric event mask instead of textual one. The value 12 is exactly the same as IN_ATTRIB,IN_CLOSE_WRITE. |
92 | 92 | ||
93 | .SH "SEE ALSO" |
93 | .SH "SEE ALSO" |
94 | incrond(8), incrontab(1), incron.conf(5) |
94 | incrond(8), incrontab(1), incron.conf(5) |
95 | .SH "AUTHOR" |
95 | .SH "AUTHOR" |
96 | Lukas Jelinek <lukas@aiken.cz> |
96 | Lukas Jelinek <lukas@aiken.cz> (please report bugs to http://bts.aiken.cz or <bugs@aiken.cz>). |
97 | .SH "COPYING" |
97 | .SH "COPYING" |
98 | This program is free software. It can be used, redistributed and/or modified under the terms of the GNU General Public License, version 2. |
98 | This program is free software. It can be used, redistributed and/or modified under the terms of the GNU General Public License, version 2. |