Answers for "crontab execute et boot"

2

crontab execute et boot

sudo crontab -e # if your command requires root permission
crontab -e # if you don't need root permission
# write in the crontab
@reboot here place your command
# save file
Posted by: Guest on June-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language