System Settings/Task Scheduler/el: Difference between revisions

From KDE UserBase Wiki
(Created page with "KCron")
 
(Created page with "=== Γενικές πληροφορίες=== {|class="tablecenter vertical-centered" |48px Το KCron είναι ένα εργαλείο γι...")
Line 1: Line 1:
<languages />
<languages />


=== General Information ===
=== Γενικές πληροφορίες===
{|class="tablecenter vertical-centered"
{|class="tablecenter vertical-centered"
|[[Image:Preferences-system.png|48px]] KCron is a tool for running applications in the background at regular intervals. It's a graphical interface to the Cron command.
|[[Image:Preferences-system.png|48px]] Το KCron είναι ένα εργαλείο για την εκτέλεση εφαρμογών στο παρασκήνιο ανά τακτά χρονικά διαστήματα. Αποτελεί ένα γραφικό περιβάλλον διεπαφής της εντολής cron.  
KCron is a standard application that is prepackaged for KDE workspaces.
Το KCron είναι μια πρότυπη εφαρμογή για την οποία δημιουργείται το αντίστοιχο πακέτο προκαταβολικά για τους χώρους εργασίας του KDE  
|}
|}



Revision as of 23:34, 27 January 2013

Γενικές πληροφορίες

Το KCron είναι ένα εργαλείο για την εκτέλεση εφαρμογών στο παρασκήνιο ανά τακτά χρονικά διαστήματα. Αποτελεί ένα γραφικό περιβάλλον διεπαφής της εντολής cron.

Το KCron είναι μια πρότυπη εφαρμογή για την οποία δημιουργείται το αντίστοιχο πακέτο προκαταβολικά για τους χώρους εργασίας του KDE

KCron in KDE SC 4


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

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