Possible to give non root user sudo to "crontab -l" Does anyone know if this is possible? I want to give some users access to root's crontab but only with a read privilege. Is this possible to do or can only root or people with full root sudo view root's cron?
It appears from the shell prompt ($) that you are editting a crontab as a normal (non-root) user. In that case, the username following the '-e' switch is not allowed.If you want to edit the 'oracle' crontab as the 'oracle' user simply do:$ crontab -eRegards!...JRF... 0 ...
To run Sara Alert, execute: bundle exec rails s.In a development environment, login with username/password credentials created with the demo:setup rake task or create user accounts with the user: rake tasks (some environment variables required)....
if you want to use a different mail server or send it to other(s) recipient(s), then it is necessary to use the following options: --smtp_server The mail server that we want to use --smtp_user The mail server user --smtp_pass The password for that user --from_addr The ...
It appears from the shell prompt ($) that you are editting a crontab as a normal (non-root) user. In that case, the username following the '-e' switch is not allowed.If you want to edit the 'oracle' crontab as the 'oracle' user simply do:$ crontab -eRegards!...JRF... 0 ...
I created a script to run based on crontab every 5 min. (on the host of every node) If the script see´s my special device attached. Then it will raise a node flag. This flag is then used as a constraint to what node the service is allowed: ...