Forrest logo
back to context overview

wsl

List of commands for wsl:

  • wsl:ai:9db3e wsl enum 10.0.1.10
    $ wsl enum 10.0.1.10
    try on your machine
    explain this command
  • wsl:tldr:50a3e wsl: Specify a particular distribution.
    $ wsl --distribution ${distribution} ${shell_command}
    try on your machine
    explain this command
  • wsl:tldr:747b7 wsl: Shut down Windows Subsystem for Linux.
    $ wsl --shutdown
    try on your machine
    explain this command
  • wsl:tldr:8528d wsl: Change the version of wsl used for the specified distribution.
    $ wsl --set-version ${distribution} ${version}
    try on your machine
    explain this command
  • wsl:tldr:a21c4 wsl: List available distributions.
    $ wsl --list
    try on your machine
    explain this command
  • wsl:tldr:b81f4 wsl: Run a Linux command without using a shell.
    $ wsl --exec ${command} ${command_arguments}
    try on your machine
    explain this command
  • wsl:tldr:bb1f5 wsl: Start a Linux shell (in the default distribution).
    $ wsl ${shell_command}
    try on your machine
    explain this command
  • wsl:tldr:e04c0 wsl: Import a distribution from a `.tar` file.
    $ wsl --import ${distribution} ${path\to\install_location} ${path-to-distro_file-tar}
    try on your machine
    explain this command
  • wsl:tldr:f2df8 wsl: Export a distribution to a `.tar` file.
    $ wsl --export ${distribution} ${path\to\distro_file-tar}
    try on your machine
    explain this command
back to context overview