docs.kde.org
Using KCron
Prev
Next

Chapter 2. Using KCron

Table of Contents

KCron Start Up
Scheduled Tasks
Environment Variables
Adding Scheduled Tasks
The Edit Task Dialog
Managing Scheduled Tasks
Cutting Scheduled Tasks
Copying Scheduled Tasks
Pasting Scheduled Tasks
Modifying Scheduled Tasks
Deleting Scheduled Tasks
Enabling/Disabling Scheduled Tasks
Running Scheduled Tasks
Adding Environment Variables
The Edit Variable dialog
Managing Environment Variables
Cutting Environment Variables
Copying Environment Variables
Pasting Environment Variables
Modifying Environment Variables
Deleting Environment Variables
Enabling/Disabling Environment Variables
Saving the crontab
Printing the crontab

Important

Don't forget to tell your system to start the crond cron daemon first, or KCron won't work.

KCron Start Up

When KCron starts you will see a summarized view of existing scheduled tasks and associated environment variables. If you are running as the root user, you will see these items for all users on the computer as well as the system scheduled tasks. Each of the folders can be expanded and contracted.


KCron at start up.

Scheduled Tasks

Scheduled tasks appear under a Tasks folder. For each scheduled task, the following are displayed:

Name

Name to identify the scheduled task.

Value

Program file and parameters.

Description

Natural language description of scheduled task.

If a task has been disabled, no program file and parameters will appear, and the description will be disabled.

Environment Variables

Environment variables appear under a Variables folder. For each environment variable, the following are displayed:

Name

Variable name.

Value

Variable value.

Description

Natural language description of variable.

Environment variables appearing here will override any existing environment variable for all scheduled tasks. If an environment variable has been disabled, no value will appear and the description will be disabled.


KCron main window
Prev
Next
Contents


docs.kde.org