wsl.rst
changeset 2367 f295973a87a5
parent 2366 55f48026a610
child 2368 574d07ac6f55
equal deleted inserted replaced
2366:55f48026a610 2367:f295973a87a5
    19   wsl -d ubuntu ls
    19   wsl -d ubuntu ls
    20   wsl -d debian -e /bin/ls
    20   wsl -d debian -e /bin/ls
    21   wsl -d debian --exec /bin/bash
    21   wsl -d debian --exec /bin/bash
    22   wsl -distribution debian --exec /bin/bash
    22   wsl -distribution debian --exec /bin/bash
    23 
    23 
       
    24 Run Linux command from specific user::
       
    25 
       
    26   wsl -u user ls
       
    27   wsl --user root ls
       
    28