![KDE Manjaro에서 시작 시 명령을 실행하는 방법](https://linux55.com/image/189093/KDE%20Manjaro%EC%97%90%EC%84%9C%20%EC%8B%9C%EC%9E%91%20%EC%8B%9C%20%EB%AA%85%EB%A0%B9%EC%9D%84%20%EC%8B%A4%ED%96%89%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
답변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