天天看點

Windows 10 運作原生Bash【Ubuntu】

目前widnows使用者的 AppData\Local\lxss 目錄下安裝了ubuntu,其中rootfs是和ubuntu安裝的目錄一緻

bash進入的就是LINUX的SHELL,是以其二進制格式是ELF的,這樣就不用像以前需要安裝虛拟機去使用LINUX的軟體了

如下是安裝後看到的系統環境【具體的安裝參考其他文檔,現在需要在windows 10開發者模式下才能使用】

root@BOOK:~# uname -a

Linux BOOK 3.4.0+ #1 PREEMPT Thu Aug 1 17:06:05 CST 2013 x86_64 x86_64 x86_64 GNU/Linux

root@BOOK:~# cat /etc/issue

Ubuntu 14.04.5 LTS \n \l

<a href="http://www.zdnet.com/article/heres-how-microsoft-will-support-bash-on-windows-10/">http://www.zdnet.com/article/heres-how-microsoft-will-support-bash-on-windows-10/</a>

原理

是基于WSL

繼續閱讀