Windows 10에서 ubuntu (linux termianl) 사용하기
Windows10에서는 ubuntu terminal을 지원한다. Windows 설정에서 'Windows 기능 켜기/끄기'를 검색해서 들어간다 ubuntu terminal을 사용하기 위한 linux용 windows 하위 시스템을 체크하고 재부팅하기 https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab 재부팅 후 ubuntu를 다운받는다 >> pwd 현재 위치를 확인하고 default로 /root에 위치해 있는 것 같다 윈도우 폴더 접근 방법은 /mnt에 들어가면 C:드라이브, D:드라이브 등 컴퓨터에 잡혀있는 하드들이 뜬다. >> sudo apt-get update >> sudo apt-get upgrade 혹시 ..