You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows Subsystem for Linux lets developers run Linux environments -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a virtual machine.
16
+
The Windows Subsystem for Linux lets developers run GNU/Linux environment -- including most command-line tools, utilities, and applications -- directly on Windows, unmodified, without the overhead of a virtual machine.
17
17
18
18
You can:
19
19
20
-
1. Choose your favorite Linux distributions [from the Windows Store](https://aka.ms/wslstore).
21
-
1. Run common command-line utilities such as `grep`, `sed`, `awk`, etc.
22
-
1. Run Bash shell scripts and Linux command-line applications including:
20
+
1. Choose your favorite GNU/Linux distributions [from the Windows Store](https://aka.ms/wslstore).
21
+
1. Run common command-line free software such as `grep`, `sed`, `awk`, or other ELF-64 binaries.
22
+
1. Run Bash shell scripts and GNU/Linux command-line applications including:
1. Install additional Linux tools using the distribution's built in package manager (`apt-get`, for example).
27
-
1. Invoke Windows applications from the Linux console.
28
-
1. Invoke Linux applications on Windows.
26
+
1. Install additional software using own GNU/Linux distributionpackage manager.
27
+
1. Invoke Windows applications using a Unix-like command-line shell.
28
+
1. Invoke GNU/Linux applications on Windows.
29
29
30
30
## Getting started
31
31
@@ -35,8 +35,8 @@ You can:
35
35
36
36
## Team Blogs
37
37
*[Overview post with a collection of videos and blogs](https://blogs.msdn.microsoft.com/commandline/learn-about-windows-console-and-windows-subsystem-for-linux-wsl/)
The Windows Subsystem for Linux (WSL) is a new Windows 10 feature that enables you to run native Linux command-line tools directly on Windows, alongside your traditional Windows desktop and modern store apps.
18
18
19
19
See the [about page](./about.md) for more details.
20
20
21
-
###Who is this for?
22
-
This is primarily a tool for developers -- especially web developers and those who work on or with open source projects. This allows those who want/need to use Bash, common Linux tools (`sed`, `awk`, etc.) and many Linux-first tools (Ruby, Python, etc.) to use their toolchain on Windows.
21
+
## Who is WSL for?
22
+
This is primarily a tool for developers -- especially web developers and those who work on or with open source projects. This allows those who want/need to use Bash, common Linux tools (`sed`, `awk`, etc.) and many Linux-first tools (Ruby, Python, etc.) to use their toolchain on Windows.
23
23
24
-
###What can I do with WSL?
24
+
## What can I do with WSL?
25
25
WSL provides an application called Bash.exe that, when started, opens a Windows console running the Bash shell. Using Bash, you can run command-line Linux tools and apps. For example, type `lsb_release -a` and hit enter; you’ll see details of the Linux distro currently running:
26
26
27
27

@@ -30,83 +30,72 @@ You can also access your local machine’s filesystem from within the Linux Bash
30
30
31
31

32
32
33
-
###What is Bash?
33
+
## What is Bash?
34
34
[Bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) is a popular text-based shell and command-language. It is the default shell included within Ubuntu and other Linux distros, and in macOS. Users type commands into a shell to execute scripts and/or run commands and tools to accomplish many tasks.
35
35
36
-
###How does this work?
36
+
## How does this work?
37
37
Check out our [blog](https://blogs.msdn.microsoft.com/wsl/) where we go into detail about the underlying technology.
38
38
39
-
###Why would I use WSL rather than Linux in a VM?
39
+
## Why would I use WSL rather than Linux in a VM?
40
40
WSL requires fewer resources (CPU, memory, and storage) than a full virtual machine. WSL also allows you to run Linux command-line tools and apps alongside your Windows command-line, desktop and store apps, and to access your Windows files from within Linux. This enables you to use Windows apps and Linux command-line tools on the same set of files if you wish.
41
41
42
-
###Why would I use, for example, Ruby on Linux instead of on Windows?
42
+
## Why would I use, for example, Ruby on Linux instead of on Windows?
43
43
Some cross-platform tools were built assuming that the environment in which they run behaves like Linux. For example, some tools assume that they are able to access very long file paths or that specific files/folders exist. This often causes problems on Windows which often behaves differently from Linux.
44
44
45
45
Many languages like Ruby and node are often ported to, and run great, on Windows. However, not all of the Ruby Gem or node/NPM library owners port their libraries to support Windows, and many have Linux-specific dependencies. This can often result in systems built using such tools and libraries suffering from build and sometimes runtime errors or unwanted behaviors on Windows.
46
46
47
47
These are just some of issues that caused many people to ask Microsoft to improve Windows’ command-line tools and what drove us to partner with Canonical to enable native Bash and Linux command-line tools to run on Windows.
48
48
49
-
###What does this mean for PowerShell?
50
-
While working with OSS projects, there are numerous scenarios where it’s immensely useful to drop into Bash from a PowerShell prompt. Bash support is complementary and strengthens the value of the command-line on Windows, allowing PowerShell and the PowerShell community to leverage other popular technologies.
49
+
## What does this mean for PowerShell?
50
+
While working with OSS projects, there are numerous scenarios where it’s immensely useful to drop into Bash from a PowerShell prompt. Bash support is complementary and strengthens the value of the command-line on Windows, allowing PowerShell and the PowerShell community to leverage other popular technologies.
51
51
52
52
Read more on the PowerShell team blog -- [Bash for Windows: Why it’s awesome and what it means for PowerShell](https://blogs.msdn.microsoft.com/powershell/2016/04/01/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
53
53
54
-
###Can I run ALL Linux apps in WSL?
55
-
No! WSL is a tool aimed at enabling users who need them to run Bash and core Linux command-line tools on Windows.
54
+
## Can I run ALL Linux apps in WSL?
55
+
No! WSL is a tool aimed at enabling users who need them to run Bash and core Linux command-line tools on Windows.
56
56
57
57
WSL does **not** aim to support GUI desktops or applications (e.g. Gnome, KDE, etc.)
58
58
59
-
Also, even though you will be able to run many popular server applications (e.g. Redis), we do not recommend WSL for server scenarios – Microsoft offers a variety of solutions for running production Ubuntu workloads in Azure, Hyper-V, and Docker.
59
+
Also, even though you will be able to run many popular server applications (e.g. Redis), we do not recommend WSL for hosting production services – Microsoft offers a variety of solutions for running production Linux workloads in Azure, Hyper-V, and Docker.
60
+
61
+
## What Windows SKUs is WSL included in?
62
+
Windows Subsystem for Linux is available on the desktop version of Windows for Windows 10 Anniversary and Creators update or later.
60
63
61
-
### What Windows SKUs is WSL included in?
62
-
Windows Subsystem for Linux is available on the desktop version of Windows for the Anniversary and Creators update or later.
63
64
Beginning in the Fall Creators update WSL will be available on both the desktop and server SKUs of Windows.
64
65
65
-
###What processors do we support?
66
-
We only support x64 CPUs.
66
+
## What processors does WSL support?
67
+
WSL supports x64 and ARM CPUs.
67
68
68
-
###How do I access my C drive?
69
+
## How do I access my C: drive?
69
70
Mount points for hard drives on the local machine are automatically created and provide easy access to the Windows filesystem.
70
71
71
72
**/mnt/\<drive letter>/**
72
73
73
74
Example usage would be `cd /mnt/c` to access c:\
74
75
75
-
### How do I use a Windows file with a Linux app?
76
-
77
-
One of the benefits of WSL is being able to use the same file with both Windows and Linux apps or tools.
78
-
79
-
One of the main limitations of using WSL is that changing Linux files with a Windows app or tool is not allowed. See: [Do not change Linux files using Windows apps and tools](https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/)
80
-
81
-
However changing Windows files with a Linux app or tools is allowed.
82
-
83
-
One way to use a Windows file with a Linux app is to use an absolute path, e.g. `/mnt/c/Users/<Windows User>/Documents/Projects/<filename>`.
84
-
85
-
However not all Linux apps or tools can access a file using `/mnt`.
76
+
## How do I use a Windows file with a Linux app?
86
77
87
-
A solution is to create a [symbolic link](http://manpages.ubuntu.com/manpages/precise/man7/symlink.7.html).
78
+
One of the benefits of WSL is being able to access your files via both Windows and Linux apps or tools.
88
79
89
-
Windows directory: `C:\Users\<Windows User>\Documents\Projects` Note: This directory exist.
80
+
WSL mounts your machine's fixed drives under the `/mnt/<drive>` folder in your Linux distros. For example, your `C:` drive is mounted under `/mnt/c/`
90
81
91
-
Linux directory: `/home/<Linux User>/Projects` Note: This directory does not exist.
82
+
Using your mounted drives, you can edit code in, for example, `C:\dev\myproj\` using [Visual Studio](https://visualstudio.microsoft.com/vs/) / or [VS Code](https://code.visualstudio.com/), and build/test that code in Linux by accessing the same files via `\mnt\c\dev\myproj`.
> **IMPORTANT NOTE**: One of the key limitations of using WSL is that directly accessing/changing files in your Linux distros' filesystem using Windows apps or tools is not supported. See: [Do not change Linux files using Windows apps and tools](https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/)
94
85
95
-
Now in WSL you can access the Windows directory as `/home/<Linux User>/Projects` or a specific file as `/home/<Linux User>/Projects/<filename>`, and if in WSL the current directory is `~` then `Projects/<filename>`.
86
+
## Are files in the Linux drive different from the mounted Windows drive?
96
87
97
-
### Are files in the Linux drive different from the mounted Windows drive?
98
-
99
-
1. Files under the Linux root (i.e. `/`) are controlled by the subsystem. This allows for Linux specific behavior including but is not limited to:
88
+
1. Files under the Linux root (i.e. `/`) are controlled by WSL which mimics Linux specific behavior, including but not limited to:
100
89
* Files which contain invalid Windows filename characters
101
90
* Symlinks created for non-admin users
102
91
* Changing file attributes through chmod and chown
103
-
*Support case sensitivity
92
+
*File/folder case sensitivity
104
93
105
94
2. Files in mounted drives are controlled by Windows and have the following behaviors:
106
95
* Support case sensitivity
107
96
* All permissions are set to best reflect the Windows permissions
108
97
109
-
###Why are there so many errors when I run apt-get upgrade?
98
+
## Why are there so many errors when I run apt-get upgrade?
110
99
Some packages use features that we haven't implemented yet. `udev`, for example, isn't supported yet and causes several `apt-get upgrade` errors.
111
100
112
101
To fix issues related to `udev`, follow the following steps:
@@ -131,51 +120,52 @@ To fix issues related to `udev`, follow the following steps:
131
120
ln -s /bin/true /sbin/initctl
132
121
```
133
122
134
-
### How do I uninstall WSL?
123
+
## How do I uninstall a WSL Distribution?
135
124
136
-
Open a command prompt and run:
125
+
On builds prior to 1709 (16299) open a command prompt and run:
137
126
```batchfile
138
127
lxrun /uninstall /full
139
128
```
129
+
130
+
WSL distributions installed from the store can be uninstalled like any other Windows app, by right-clicking on the app tile and clicking Uninstall, or via PowerShell using the [`Remove-AppxPackage` cmdlet](https://technet.microsoft.com/en-us/library/hh856038.aspx).
140
131
141
-
### Why does ping require admin privileges?
142
-
Fixedin Build 14926 and later.
132
+
## Why does ping generate permission denied errors?
133
+
In WSL builds < 14926, ping required WSL to run via an elevated Console. This issue was fixedin Build 14926 and later.
143
134
144
-
### How do I run an OpenSSH server?
135
+
## How do I run an OpenSSH server?
145
136
Administrator privileges in Windows are required to run OpenSSH in WSL. To run an OpenSSH server, run Bash on Ubuntu on Windows as an administrator, or run bash.exe from a CMD/PowerShell prompt with administrator privileges.
146
137
147
-
### Why do I get "Error: 0x80040306" when I try to install?
148
-
This has to do with the fact that we do not support legacy console.
149
-
To turn off legacy console:
138
+
## Why do I get "Error: 0x80040306" when I try to install?
139
+
WSL does not support running in a legacy console. To turn off legacy console:
150
140
151
-
1. Open cmd.exe
152
-
1. Right click title bar -> Properties -> Uncheck Use legacy console
141
+
1. Open WSL, PowerShell, or Cmd
142
+
1. Right click title bar -> Properties -> Uncheck "Use legacy console"
153
143
1. Click OK
154
144
155
-
### Why do I get "Error: 0x80040154" when I run bash.exe after upgrading Windows?
156
-
The Windows Subsystem forLinux feature may be disabled during a Windows update. If this happens the Windows feature must be re-enabled. Instructions for enabling the Windows Subsystem for Linux can be foundin the [Installation Guide](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide#enable-the-windows-subsystem-for-linux-feature-guihttps://msdn.microsoft.com/en-us/commandline/wsl/install_guide#enable-the-windows-subsystem-for-linux-feature-gui).
145
+
## Why do I get "Error: 0x80040154" when I run bash.exe after upgrading Windows?
146
+
The "Windows Subsystem for Linux" feature may be disabled during a Windows update. If this happens the Windows feature must be re-enabled. Instructions forenabling the "Windows Subsystem for Linux" feature can be foundin the [Installation Guide](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide#enable-the-windows-subsystem-for-linux-feature-guihttps://msdn.microsoft.com/en-us/commandline/wsl/install_guide#enable-the-windows-subsystem-for-linux-feature-gui).
157
147
158
-
### How do I change the display language of WSL?
159
-
WSL install will try to automatically change the Ubuntu locale to match the locale of your Windows install. If you do not want this behavior you can run this command to change the Ubuntu locale after install completes. You will have to relaunch bash.exe for this change to take effect.
148
+
## How do I change the display language of WSL?
149
+
WSL install will try to automatically change the Ubuntu locale to match the locale of your Windows install. If you do not want this behavior you can run this command to change the Ubuntu locale after install completes. You will have to relaunch bash.exe for this change to take effect.
160
150
161
151
The below example changes to locale to en-US:
162
152
```bash
163
153
sudo update-locale LANG=en_US.UTF8
164
154
```
165
155
166
-
### Why do I get a Permission Denied error when using ping?
167
-
Executing the PING command no longer requires admin privileges since Build 14926.
168
-
169
-
### Why do I not have internet access from WSL?
170
-
Some users have reported issues with specific firewall applications blocking internet access in WSL. The firewalls reported are:
156
+
## Why do I not have internet access from WSL?
157
+
Some users have reported issues with specific firewall applications blocking internet access in WSL. The firewalls reported are:
171
158
172
159
1. Kaspersky
173
160
1. AVG
174
161
1. Avast
175
162
176
-
In some cases turning off the firewall allows for access. In some cases simply having the firewall installed looks to block access.
163
+
In some cases turning off the firewall allows for access. In some cases simply having the firewall installed looks to block access.
164
+
165
+
## How do I access a port from WSL in Windows?
166
+
WSL shares the IP address of Windows, as it is running on Windows. As such you can access any ports on localhost e.g. if you had web content on port 1234 you could http://localhost:1234 into your Windows browser.
177
167
178
-
### Where can I provide feedback?
168
+
## Where can I provide feedback?
179
169
180
170
You can share feedback and ask questions through multiple channels:
0 commit comments