Search this site
Home
css
Desktops
Networking
Scripting
Servers
SQL
virtualization
Servers
>
VMWare Cron
posted
Mar 31, 2017, 7:22 AM
by Chris Franklin
Edit the crontab files
vi /var/spool/cron/crontabs/root
Make changes
Save file
Kill crond
kill $(cat /var/run/crond.pid)
restart crond (
crond
exit shell
Comments