Answers for "create script that run automatically linux"

3

how to make a script run on boot linux

crontab -e
@reboot  /home/user/test.sh
Posted by: Guest on December-23-2020
0

launch bash script at startup linux

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

Code answers related to "create script that run automatically linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language