bash on ubuntu on windows10
2017-03-13win10新功能:启用Windows10 中的Linux子系统。
1、安装Bash on ubuntu on Windows
控制面版/程序和功能/启动和关闭windows功能/选择linux
2、cmd,输入bash
首次启用 Bash on ubuntu on Windows 之后它会自动提示要下载安装 Ubuntu on Windows搜索,只需敲 y 同意便会自动从 Windows Store 中下载安装。
3、若要使用此功能,必须启用开发人员模式。
在设置中选择“更新和安全”/针对开发人员/开发人员模式(安装开发人员模式工具包)
4、在 PowerShell 中执行如下命令也可以启用 Windows subsystem for Linux 功能:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
5、安装后在cmd命令行输入bash即可使用Linux命令。
5、安装软件和ubuntu命令一样,例如:
apt-get install nmap
分类:操作系统 | 标签: |