답변1
Yuo는 cron
비표준 옵션과 함께 사용할 수 있습니다 @reboot
.
crontab -e
# Select the editor if not yet done
# add an entry like this to the end of the file
@reboot /path/to/your/script
shell
또는 간단한 명령처럼 보이기 때문에 스크립트 대신 개인 구성 파일에 추가할 수도 있습니다. 예를 들어, 를 사용하는 경우 홈 디렉터리 끝에 이 명령을 추가할 수 있습니다 bash
..bashrc