System Settings/Task Scheduler/es: Difference between revisions
(Created page with "=== Uso ===") |
(Created page with "En primer lugar define que variables necesita tu aplicación y sus valores, y luego selecciona tu aplicación. Una vez hecho esto selecciona en que momentos debería ser ejecutad...") |
||
Line 12: | Line 12: | ||
=== Uso === | === Uso === | ||
En primer lugar define que variables necesita tu aplicación y sus valores, y luego selecciona tu aplicación. Una vez hecho esto selecciona en que momentos debería ser ejecutada la aplicación y eso es todo. | |||
In{{KDE4}} | In{{KDE4}} |
Revision as of 11:41, 22 December 2010
Información general
Uso
En primer lugar define que variables necesita tu aplicación y sus valores, y luego selecciona tu aplicación. Una vez hecho esto selecciona en que momentos debería ser ejecutada la aplicación y eso es todo.
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).