Can WHM server admin edit cpanel users cron jobs directly?
Can the server admin edit cpanel user's cron jobs directly from ssh, or is it best to only manage through cpanel user interface?
-
Can the server admin edit cpanel user's cron jobs directly from ssh, or is it best to only manage through cpanel user interface?
Yes, like this, as root:crontab -u USERNAME -e
to view it:crontab -u USERNAME -l0 -
Thanks @quietFinn The interface will make sure your cron settings are valid where as the command line doesn't perform any validation, but there's nothing wrong with editing those directly over SSH. 0
Please sign in to leave a comment.
Comments
2 comments