First, https://crontab.guru is your friend to check crontab entries. Second, you know there is /etc/cron.weekly/
where you can add your script and it will run weekly. And third, root account is not disabled, login for that account is (but still, sudo su
will make you root).
4 Likes