System Settings/Task Scheduler/it: Difference between revisions

From KDE UserBase Wiki
(Created page with '=== Informazioni generali === {|class="tablecenter vertical-centered" |48px KCron è uno strumento per eseguire automaticamente applicazioni ad i...')
(Created page with '=== Utilizzo ===')
Line 10: Line 10:




=== Usage ===
=== Utilizzo ===


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.
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.

Revision as of 15:17, 3 October 2010

Informazioni generali

KCron è uno strumento per eseguire automaticamente applicazioni ad intervalli regolari. È un'interfaccia grafica per il comando Cron.

KCron è un'applicazione standard negli ambienti KDE.

KCron in KDE SC 4


Utilizzo

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 System Settings -> Advanced -> System section -> Task Scheduler. If it is not present, please check that you have the kdeadmin package installed. In KDE 4.5 you will find it in System Settings -> System Administration section -> Task Scheduler. 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).