Zeitmanagment nach *nix-Art
Für alle die den Absprung bei der Arbeit nie rechtzeitig hinbekommen.
# root werden sudo bash # Mo-Fr 18:01 == Feierabend ;) crontab -l > /tmp/cron.tmp && echo "1 18 * * 1-5 shutdown now -h" >> /tmp/cron.tmp && crontab /tmp/cron.tmpNur für rechtzeitiges erscheinen zur Arbeit muss man noch manuell sorgen :D
Permalink Kommentare[0] Tags: ubuntu zeitmanagment debian zeit cronjob contab unix shutdown bash linux console








