wsl.rst
changeset 2493 e83847e718a0
parent 2486 796bbf279e20
child 2508 fe9788ce44ba
equal deleted inserted replaced
2492:bd3d45148652 2493:e83847e718a0
     4 ==================================
     4 ==================================
     5 .. contents::
     5 .. contents::
     6    :local:
     6    :local:
     7 
     7 
     8 Documentation
     8 Documentation
     9 ===
     9 =============
    10 
    10 
    11 https://docs.microsoft.com/en-us/windows/wsl/
    11 https://docs.microsoft.com/en-us/windows/wsl/
    12   Windows Subsystem for Linux Documentation.
    12   Windows Subsystem for Linux Documentation.
    13 https://github.com/sirredbeard/Awesome-WSL
    13 https://github.com/sirredbeard/Awesome-WSL
    14   Awesome list dedicated to Windows Subsystem for Linux.
    14   Awesome list dedicated to Windows Subsystem for Linux.
    15 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
    15 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
    16   Automatically Configuring WSL.
    16   Automatically Configuring WSL.
    17 
    17 
    18 wsl utility
    18 wsl utility
    19 ===
    19 ===========
    20 
    20 
    21 Run Linux command from default distro::
    21 Run Linux command from default distro::
    22 
    22 
    23   wsl ls
    23   wsl ls
    24   wsl -e /bin/ls
    24   wsl -e /bin/ls
    42 
    42 
    43 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
    43 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
    44   Ways to run WSL.
    44   Ways to run WSL.
    45 
    45 
    46 wslconfig utility
    46 wslconfig utility
    47 ===
    47 =================
    48 
    48 
    49 List distros::
    49 List distros::
    50 
    50 
    51   wslconfig /l
    51   wslconfig /l
    52   wslconfig /list
    52   wslconfig /list
    60 
    60 
    61   wslconfig /t debian
    61   wslconfig /t debian
    62   wslconfig /terminate debian
    62   wslconfig /terminate debian
    63 
    63 
    64 Mounting external drives
    64 Mounting external drives
    65 ===
    65 ========================
    66 
    66 
    67 ::
    67 ::
    68 
    68 
    69   sudo mkdir /mnt/f
    69   sudo mkdir /mnt/f
    70   sudo mount -t drvfs f: /mnt/f
    70   sudo mount -t drvfs f: /mnt/f