Hi !
I'm trying to setup a simple job for crontab. I wish to run a simple command
therefore i edit:
Code:
PATH=/usr/sbin:/usr/bin:/sbin:/bin
20 * * * * root /sbin/rfkill block all
Is this command allowed directly in crontab ?
Or must i edit a script shell necessarily ?
Regards.