wsl.rst
changeset 2368 574d07ac6f55
parent 2367 f295973a87a5
child 2423 6a4fd5ccb340
equal deleted inserted replaced
2367:f295973a87a5 2368:574d07ac6f55
    24 Run Linux command from specific user::
    24 Run Linux command from specific user::
    25 
    25 
    26   wsl -u user ls
    26   wsl -u user ls
    27   wsl --user root ls
    27   wsl --user root ls
    28 
    28 
       
    29 wslconfig utility
       
    30 =================
       
    31 
       
    32 List distros::
       
    33 
       
    34   wslconfig /l
       
    35   wslconfig /list
       
    36 
       
    37 Set default distro::
       
    38 
       
    39   wslconfig /s debian
       
    40   wslconfig /setdefault debian
       
    41 
       
    42 Terminate any running parts of distro::
       
    43 
       
    44   wslconfig /s debian
       
    45   wslconfig /terminate debian
       
    46