You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/usage/cron.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,6 @@ Cron is a tool for configuring scheduled tasks on Unix systems. It is used to sc
4
4
5
5
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`.
6
6
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
-
17
7
## Editing crontab
18
8
19
9
Run `crontab` with the `-e` flag to edit the cron table:
0 commit comments