User Tools

Site Tools


operating_systems:linux:debian:acdsn-c-fx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
operating_systems:linux:debian:acdsn-c-fx [2012/11/26 13:28] – [New] sbolayoperating_systems:linux:debian:acdsn-c-fx [2012/11/26 13:29] – [cron.txt] sbolay
Line 100: Line 100:
 </file> </file>
  
-==== cron.txt ==== 
  
-Contains the rights to access on some unit for a user during a specified time interval (specified as a cron). 
- 
-^ Field Name ^ Description                                                  ^ Example      ^ 
-| unit_id    | The number identifying the target unit of this rule          | 1            | 
-| user_id    | The identifier of the user on which this rule applies        | Arthur Dent  | 
-| cron       | The cron value of the accessible periods for this rule       | 0 8-17 * * * | 
- 
-<file txt demo_cron.txt> 
-1       Arthur Dent     0 8-17 * * * 
-2       Arthur Dent     0 8-17 * * * 
-1       Ford Prefect    * * * * * 
-</file> 
-