Answers for "how to make a script run on boot linux"

2

how to make a script run on boot linux

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

Code answers related to "how to make a script run on boot linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language