snippetbashTip
scrontab — Manage Slurm crontab files. More information: <https://slurm.schedmd.com/scrontab.html>.
Viewed 0 times
commandcrontabfilesslurmscrontabclimanagemore
linux
Problem
How to use the
scrontab command: Manage Slurm crontab files. More information: <https://slurm.schedmd.com/scrontab.html>.Solution
scrontab — Manage Slurm crontab files. More information: <https://slurm.schedmd.com/scrontab.html>.Install a new crontab from the specified file:
scrontab {{path/to/file}}[e]dit the crontab of the current user:
scrontab -e[e]dit the crontab of the specified user:
scrontab --user={{user_id}} -e[r]emove the current crontab:
scrontab -rPrint the crontab of the current user to
stdout:scrontab -lCode Snippets
Install a new crontab from the specified file
scrontab {{path/to/file}}[e]dit the crontab of the current user
scrontab -e[e]dit the crontab of the specified user
scrontab --user={{user_id}} -e[r]emove the current crontab
scrontab -rPrint the crontab of the current user to `stdout`
scrontab -lContext
tldr-pages: linux/scrontab
Revisions (0)
No revisions yet.