Linux Startup Script Sep 5, 2021 Sometimes you need a script to run when your favorite linux distro starts. Many people do not know that cron has an option for that. Edit your cron jobs $ crontab -e just insert your script here @reboot /path/to/script.sh