22 lines
251 B
Markdown
22 lines
251 B
Markdown
# crontab
|
|
|
|
|
|
|
|
```bash title="Connexion en root"
|
|
bruno@DS916:~ $ sudo -i
|
|
Password:
|
|
```
|
|
|
|
|
|
|
|
```bash title="Ouvrir la crontab"
|
|
root@DS916:~# nano /etc/crontab
|
|
```
|
|
|
|
|
|
|
|
```bash title="Redémarrer le service cron"
|
|
root@DS916:~# synoservice -restart crond
|
|
```
|
|
|