What is the default editor used by crontab of Linux. Also it would be nice if someone could highlight me on the options available with crontab.
Printable View
What is the default editor used by crontab of Linux. Also it would be nice if someone could highlight me on the options available with crontab.
The default editor used by crontab of Linux is vi editor. Some of the options with crontab that I know are:
crontab -r is used to remove your crontab file
crontab -l is used to print your cron settings
crontab -e is used to create your own crontab file.