Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Windows 10
- Quartz
- 단축키
- Source
- import
- VirtualBox
- context
- ssh
- netsh
- xargs
- vscode
- grep
- web.xml
- Windows
- resource
- plugin
- profile
- Mac
- port
- IntelliJ
- GIT
- JavaScript
- lsof
- 네트워크
- bash
- find
- maVen
- tomcat
- Eclipse
- 줄바꿈 문자
Archives
- Today
- Total
develog
[Windows10] Windows 10 bash shell 본문
▶ bash 설치 / 삭제
설치 준비 |
'개발자 모드' 설정 - 알림센터 > 모든설정 > 업데이트 및 보안 > 개발자용 > 개발자 모드 |
'Linux용 Windows 하위 시스템' 설치 - 제어판 > 프로그램 및 기능 > Windows 기능 켜기/끄기 > Linux용 Windows 하위 시스템 | |
컴퓨터 리부팅 | |
|
|
|
|
실행 | C:\> bash |
▶ 경로
Ubuntu | C:\Users\{USER_NAME}\AppData\Local\lxss |
C 드라이브 | /mnt/c |
구분 |
명령어 |
root 로그인 | sudo su - |
bash 설치후 셋팅 | sudo apt update |
sudo apt upgrade | |
sudo apt-get update |
|
sudo apt-get upgrade | |
sudo apt-get install yum |