Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi1:cron

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

lpi1:cron [2011/04/16 20:17]
127.0.0.1 Externe Bearbeitung
lpi1:cron [2012/04/26 08:37] (aktuell)
ingo_wichmann
Zeile 19: Zeile 19:
   * man 5 crontab   * man 5 crontab
   * [[http://​de.wikipedia.org/​wiki/​Cron|Wikipedia zu Cron]]   * [[http://​de.wikipedia.org/​wiki/​Cron|Wikipedia zu Cron]]
- 
-====== at ====== 
-=== at job anlegen === 
-  at now + 3 minutes 
-  echo test > /tmp/test 
-  Strg+d 
- 
-  at 03:14 utc 19.01.2038 
-  echo 32 bit time_t overflow 
-  echo goodbye and thanks for all the fish 
-  shutdown -h now 
-  Strg+d 
- 
-=== at jobs anzeigen === 
-  atq 
-oder 
-  at -l 
-=== at job Details anzeigen === 
-  at -c 1 
-=== at jobs löschen === 
-  atrm 1 
-===== Dokumentation ===== 
-  * man 1 at 
  
lpi1/cron.txt · Zuletzt geändert: 2012/04/26 08:37 von ingo_wichmann