Can I create a crontab file with vi without the crontab command? Currently working on a microcontroller linux distribution, and there's no crontab command, but cron exists... if only I could get a ...
You could probably edit the files in /var/spool/cron/crontabs directly, then restart the cron process, but yeah, just use crontab -e.
The crontab-ui is very user friendly. How to install crontab-ui for remote use Your email has been sent Jack Wallen walks you through the process of installing a web ...