Change Linux default editor to vi
1 |
export EDITOR=vi |
Easy to use crontab
If you want to add a time limit task to my server, you follow the steps:
- crontab -e
- Write like the command in the editor
- You can save the file in any location, and a copy will saved in /var/spool/cron
- crontab saved-file to take effect