ZULIKHWAN REPOSITORY
  • ZULIKHWAN REPOSITORY
  • Cisco Networking
    • Router
      • IP Route
      • Static Routing
      • RIP
      • OSPF
      • EIGRP
      • BGP
      • VLAN Routing
      • DHCP
      • ACL
      • VPN
      • CDP
    • Switch
      • VLAN
      • VTP
      • STP
      • PoE
      • EtherChannel
      • Link Aggregation
      • BPDU Guard
      • Port Security
      • CDP
  • DNS
  • VPN
    • TwinGate
  • Firewall
    • Firewall
      • Aliase
      • NAT
    • Services
      • DHCP Server
  • Linux
    • WSL
  • Windows
    • WSL
  • Docker
  • Page
  • Interface
    • Twisted Pair Cable
  • Server
    • DNS Server
      • Bind9
      • Pi-hole
      • AdGuardHome
  • Code
    • Filament Laravel
Powered by GitBook
On this page
  1. Linux

WSL

Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on Windows machine.

Desc
Command
Option

Install WSL

wsl --install

Update WSL

wsl --update

Check WSL status

wsl --status

Shutdown WSL

wsl --shutdown

Terminate WSL

wsl --terminate <distro>

List of available distro

wsl --list --online

List of installed distro

wsl --list --verbose

Set default WSL version

wsl --set-default-version <version>

Set default distro

wsl --set-default <distro>

Last updated 1 year ago