Advertisement
Guest User

Untitled

a guest
Jun 17th, 2012
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # man crontab
  2. variables. After you exit from the editor, the modified crontab will be installed automatically.
  3.  
  4. -i This option modifies the -r option to prompt the user for a Б─≥y/YБ─≥ response before actually removing the crontab.
  5.  
  6. -s It will append the current SELinux security context string as an MLS_LEVEL setting to the crontab file before
  7. editing / replacement occurs - see the documentation of MLS_LEVEL in crontab(5).
  8.  
  9. SEE ALSO
  10. crontab(5), cron(8)
  11.  
  12. FILES
  13. /etc/cron.allow
  14. /etc/cron.deny
  15.  
  16. STANDARDS
  17. The crontab command conforms to IEEE Std1003.2-1992 (Б─≤Б─≤POSIXБ─≥Б─≥). This new command syntax differs from previous ver-
  18. sions of Vixie Cron, as well as from the classic SVR3 syntax.
  19.  
  20. DIAGNOSTICS
  21. A fairly informative usage message appears if you run it with a bad command line.
  22.  
  23. AUTHOR
  24. Paul Vixie <vixie@isc.org>
  25.  
  26. 4th Berkeley Distribution 16 Januar 2007 CRONTAB(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement