-
WSL Ubuntu Sudo 권한 허용 및 서비스 자동 시작Archive/설치-세팅 2020. 4. 8. 19:52
- 윈도우10 pro, WSL, Ubuntu 18.04 에서 확인한 내용
/etc/sudoers 파일 내용 중
# User privilege specification root ALL=(ALL:ALL) ALL WSL_USER_ID ALL=(ALL:ALL) NOPASSWD:ALL # Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) NOPASSWD:ALL
: sudoers readonly 일 경우,
$ sudo bash $ chattr -i /etc/sudoers $ chmod u+w /etc/sudoers
: 윈도우 부팅 시 자동 시작,
- C:\Users\사용자계정\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
위 경로에 batch파일을 둔다.
ex) nginx 경우wsl-nginx-service.bat C:\Windows\System32\bash.exe -c "sudo service ngxin start"
반응형'Archive > 설치-세팅' 카테고리의 다른 글
NVM으로 Node.js 설치하기 (0) 2020.11.09 Let's Encrypt Wildcard SSL 인증서 + acme.sh + duckdns 생성 (0) 2020.05.11 시놀로지 NAS, Let's Encrypt WildCard SSL 적용 (4) 2019.12.16 이클립스/STS IPv4 출력 (0) 2018.03.06 JAR Library Download & Maven dependency (0) 2014.10.31