System Settings/Task Scheduler: Difference between revisions
(Marked this version for translation) |
m (style) |
||
Line 19: | Line 19: | ||
<!--T:5--> | <!--T:5--> | ||
In{{KDE4}} | In{{KDE4}} | ||
In 4.4 '''KCron''' is a module which could be found in <menuchoice> | In 4.4 '''KCron''' is a module which could be found in <menuchoice>System Settings -> Advanced -> System section -> Task Scheduler</menuchoice>. If it is not present, please check that you have the '''kdeadmin''' package installed. In KDE 4.5 you will find it in <menuchoice>System Settings -> System Administration section -> Task Scheduler</menuchoice>. Some distros make '''KCron''' a separate package, so if it's not visible you should query your repository for it. | ||
<!--T:6--> | <!--T:6--> | ||
In{{KDE3}} | In{{KDE3}} | ||
KCron can be started using | KCron can be started using <keycap>Alt+F2</keycap> or K-Menu. | ||
=== Hints === <!--T:7--> | === Hints === <!--T:7--> | ||
Line 31: | Line 31: | ||
<!--T:9--> | <!--T:9--> | ||
* The command-line tool that allows you to have a look at the currently installed cron-jobs is | * The command-line tool that allows you to have a look at the currently installed cron-jobs is {{Input|1=crontab -l}} (that's the letter L). | ||
<!--T:10--> | <!--T:10--> |
Revision as of 13:09, 3 October 2010
General Information
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).