TLDR
Enter a command. For example: wsl open, attrib, vol, whoami, choco install.

cd

 
Displays the name of or changes the current working directory. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/cd.
 
  • Go to a directory in the same drive:
     
    cd {{path/to/directory}}
     
  • Display the name of the current directory:
     
    cd
     
  • Go up to the parent of the current directory:
     
    cd ..
     
  • Go to a directory in a different drive:
     
    cd {{path/to/directory}} /d

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.