문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:os:windows:wsl [2022/05/12 15:23] dhan |
wiki:os:windows:wsl [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 52: | 줄 52: | ||
</ | </ | ||
+ | WSL 재시작 하기 | ||
+ | <code cmd> | ||
+ | 명령행 프롬프트를 관리자 권한으로 실행한다. | ||
+ | |||
+ | 종료하기 | ||
+ | PS C:\User> net stop LxssManager | ||
+ | |||
+ | or | ||
+ | |||
+ | PS C:\User> wsl -t ${Distribute Name} // Ubuntu-20.04 | ||
+ | |||
+ | |||
+ | 재시작하기 | ||
+ | PS C:\User> net start LxssManager | ||
+ | |||
+ | </ | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
* System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down | * System has not been booted with systemd as init system (PID 1). Can’t operate. Failed to connect to bus: Host is down | ||
줄 77: | 줄 93: | ||
</ | </ | ||
> 히안하게 되네요 ㅠㅠ | > 히안하게 되네요 ㅠㅠ | ||
+ | |||
+ | ===== 윈도우에서 WSL, Ubuntu 디렉토리 열기 ===== | ||
+ | <code bash> | ||
+ | $> explorer.exe . | ||
+ | </ | ||
+ | |||
===== Ref ===== | ===== Ref ===== | ||
* [[https:// | * [[https:// | ||
- | * [[https:// | + | * [[https:// |
- | {{tag> | + | * [[https:// |
+ | |||
+ | |||
+ | {{tag> |