Answers for "ubuntu how to see start script on boot"

3

how to make a script run on boot linux

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

ubuntu startup script

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

Code answers related to "ubuntu how to see start script on boot"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language