System Settings/Task Scheduler/zh-tw: Difference between revisions
m (Created page with "=== 提示 ===") |
m (Created page with "* 全部修改的檔案都位於擁有許多檔案的/etc/cron目錄。") |
||
Line 21: | Line 21: | ||
=== 提示 === | === 提示 === | ||
* | * 全部修改的檔案都位於擁有許多檔案的/etc/cron目錄。 | ||
* 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). | * 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). |
Revision as of 14:45, 25 March 2011
一般資訊
KCron是個定期在後台運行程式的工具。他是Cron指令的圖形界面。KCron是個標準的KDE工作區應用程式。 |
用法
首先定義你的程式需要的變量和他們的值,然後選擇你的應用程式。完成後,你繼續選擇什麼時候應該運行你的程式,這樣準備就緒。
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.
提示
- 全部修改的檔案都位於擁有許多檔案的/etc/cron目錄。
- 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).