System Settings/Task Scheduler/da: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
=== | === Generel Information === | ||
{|class="tablecenter vertical-centered" | {|class="tablecenter vertical-centered" | ||
|[[Image:Preferences-system.png|48px]] KCron | |[[Image:Preferences-system.png|48px]] KCron lader dig køre applikationer i baggrunden med regulære intervaller. Det er en grafisk brugerflade for Cron-kommandoen. | ||
KCron | KCron er en standard applikation, som følger med KDE's arbejdsomgivelser. | ||
|} | |} | ||
Revision as of 20:27, 4 October 2010
Generel Information
KCron lader dig køre applikationer i baggrunden med regulære intervaller. Det er en grafisk brugerflade for Cron-kommandoen.
KCron er en standard applikation, som følger med KDE's arbejdsomgivelser. |
Usage
First define what variables your application needs and their values, then select your application. When this is done you select at which times your application should be run and you're all set.
In In 4.4 KCron is a module which could be found in . If it is not present, please check that you have the kdeadmin package installed. In KDE 4.5 you will find it in . Some distros make KCron a separate package, so if it's not visible you should query your repository for it.
In KCron can be started using Alt+F2 or K-Menu.
Hints
- All the files that are modified are located in the /etc/cron directory where there are numerous files to look at.
- The command-line tool that allows you to have a look at the currently installed cron-jobs is
crontab -l
(that's the letter L).