Showing tag results for WSL

May 20, 2019
Post comments count28
Post likes count0

Windows Terminal Build 2019 FAQ

Kayla Cinnamon

Last week, Microsoft held its Build 2019 conference at the Washington State Convention Center in Seattle. Build is a large event with several thousand people from around the world attending to learn all about the current, newest, and future developer-oriented tech coming from Microsoft. We had the pleasure of meeting so many of you at our booth an...

Windows Subsystem for Linux (WSL)Command-LineWindows Console
Feb 15, 2019
Post comments count28
Post likes count4

What’s new for WSL in Windows 10 version 1903?

Craig Loewen

The next Windows update is coming soon and we’re bringing exciting new updates to WSL with it! These include accessing the Linux file system from Windows, and improvements to how you manage and configure your distros in the command line. Accessing Linux files from Windows In the past, creating and changing Linux files from Windows resulted in los...

Windows Subsystem for Linux (WSL)Windows 10Linux tools
Nov 5, 2018
Post comments count1
Post likes count0

What’s New for WSL in the Windows 10 October 2018 Update

Tara Raj

On October 2, 2018, Microsoft announced that the availability of the** Windows 10 October 2018 Update**. After the update was paused, the rollout resumed on November 13, 2018. You can read more about the Windows 10 quality approach here. This post, however, will cover what you can expect to see in WSL for the October 2018 Update, Windows 10 version...

Windows Subsystem for Linux (WSL)Windows 10Linux tools
Sep 7, 2018
Post comments count0
Post likes count0

Using WSL in an Enterprise

Craig Loewen

Recently, customers in an enterprise environment have asked if there is a way to install WSL without an internet connection. These companies had some machines that would benefit from having WSL, but don't have an internet connection for security, logistics, or other reasons. Enter: The Microsoft Store for Business We (the WSL team) took a look in...

Windows Subsystem for Linux (WSL)Windows StoreDistros
Jun 27, 2018
Post comments count4
Post likes count3

Windows Command-Line: The Evolution of the Windows Command-Line

Rich Turner

Welcome to the second post in this "Windows Command-Line" series. In this post we'll discuss some of the background & history behind the Windows Command-Line. Specifically, we’ll explore its humble origins in MS-DOS, to its modern-day incarnation supporting tools like PowerShell and Windows Subsystem for Linux.

Command-LineWindows Subsystem for Linux (WSL)Windows Console
Feb 28, 2018
Post comments count2
Post likes count2

Per-directory case sensitivity and WSL

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
Post comments count4
Post likes count0

Automatically Configuring WSL

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
Post comments count1
Post likes count2

Windows/WSL Interop with AF_UNIX

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)
Jan 12, 2018
Post comments count8
Post likes count1

Chmod/Chown WSL Improvements

Craig Wilhite

We've added new file system features to WSL in Insider Build 17063. You can now set the owner and group of files using chmod/chown and modify read/write/execute permissions in WSL. You can also create special files like fifos, unix sockets, and device files. We're introducing new mounting options with DrvFs for projecting permissions onto files alo...

Windows Subsystem for Linux (WSL)
Dec 22, 2017
Post comments count2
Post likes count3

Share Environment Vars between WSL and Windows

Craig Wilhite

Hey WSL users—we have more features to share with you! Our latest Windows Insider build lets you share environment variables between WSL and Windows. Starting with Build 17063, let’s look at how you can leverage the new “WSLENV” to enhance environmental variable interop between Win32/WSL. Summary For the pros who’ve already heard about WSLENV and...

Windows Subsystem for Linux (WSL)Command-LineWindows 10