Showing results for February 2018 - Windows Command Line

Feb 28, 2018
2
1

Per-directory case sensitivity and WSL

Sven Groot
Sven Groot

If you have used the Windows Subsystem for Linux, you’re probably aware that it allows you to treat your Windows file systems (mounted under /mnt/c, /mnt/d, etc.) as case sensitive. This means, among other things, that you can create files whose names differ only by case (e.g. foo.txt and FOO.TXT). However, using those files in Windows was not rea...

Windows Subsystem for Linux (WSL)
Feb 7, 2018
4
0

Automatically Configuring WSL

Craig Wilhite
Craig Wilhite

Beginning with Insider Build 17093, we added a method for you to automatically configure certain functionality in WSL that will be applied every time you launch the subsystem. This includes automount options and network configuration. We're introducing a file called wsl.conf to handle these configurations. For example, we released a blog post in t...

Windows Subsystem for Linux (WSL)
Feb 7, 2018
1
1

Windows/WSL Interop with AF_UNIX

Craig Wilhite
Craig Wilhite

Starting in Windows Insider build 17093, a WSL application can communicate with a Windows application over Unix sockets. Back in December, we blogged about bringing AF_UNIX to Windows. Now, we're building on that functionality. Consider a requirement where you want to run some kind of service as a Windows application. Additionally, you would like t...

Windows Subsystem for Linux (WSL)