Answers for "run a bash script on startup ubuntu"

5

how to run script in linux at startup

crontab -e	// To make a crontab file
@reboot *your shell command here*	// to run at startup
Posted by: Guest on June-02-2021
3

ubuntu startup script

add the command to /home/$USER/.bashrc
Posted by: Guest on September-26-2021
0

launch bash script at startup linux

$ sudo vim .bashrc
Posted by: Guest on January-19-2022

Code answers related to "run a bash script on startup ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language