Skip to content

Commit e4f40f2

Browse files

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

linux/usage/cron.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ Cron is a tool for configuring scheduled tasks on Unix systems. It is used to sc
44

55
The command `crontab` (cron table) is used to edit the list of scheduled tasks in operation, and is done on a per-user basis; each user (including `root`) has their own `crontab`.
66

7-
## Cron GUI
8-
9-
A graphical application for Cron is available by installing the `gnome-schedule` package:
10-
11-
```bash
12-
sudo apt install gnome-schedule
13-
```
14-
15-
You can then launch the program **Scheduled Tasks** from the main menu.
16-
177
## Editing crontab
188

199
Run `crontab` with the `-e` flag to edit the cron table:

0 commit comments

Comments
 (0)