About 13,400 results
Open links in new tab
  1. cd | Microsoft Learn

    Nov 1, 2024 · Displays the name of the current directory or changes the current directory. If used with only a drive letter (for example, cd C:), cd displays the names of the current directory in the specified …

  2. How to Navigate in CMD: 13 Directory Commands you Should Know

    Dec 10, 2025 · To change the drive and the directory at the same time, use the cd command, followed by the /d switch. The /d parameter is used to change the current drive to a specific folder from …

  3. cd (command) - Wikipedia

    Typing the drive letter as a command on its own changes the working drive, e.g. C:; alternatively, cd with the /d switch may be used to change the working drive and that drive's working directory in one step.

  4. cd Cheat Sheet - Command in Line

    The cd command—short for “change directory”—is what you’ll use to move between directories. This is essential for, honestly, any file manipulation task. When you type cd /path/to/directory, you’re …

  5. Changing the Directory in Linux | cd Command - GeeksforGeeks

    Jan 9, 2026 · The cd (Change Directory) command in Linux is used to navigate between directories in the file system. It allows users to move from the current working directory to another specified …

  6. cd – change directory - Unix Tutorial

    cd changes your current working directory. It’s one of the most fundamental commands for navigating the filesystem. Synopsis cd [DIRECTORY] Common Usage …

  7. How to Change Directory Using Windows Command Line: Complete cd Command

    Aug 29, 2025 · Master the Windows cd command with this comprehensive guide. Learn directory navigation, path syntax, shortcuts, and advanced techniques for efficient command line usage.

  8. How to Use the cd Command to Change Directories in Linux

    Feb 11, 2026 · Whether you need to navigate into project folders, jump between log directories, or quickly return home, cd is the command you will use most often. This guide covers every cd shortcut …

  9. Cd Command - Computer Hope

    Mar 21, 2025 · Cd command information for MS-DOS and the Windows command line. Page includes cd command availability, syntax, and examples on how to use the cd command.

  10. Bash cd - Change Directory - W3Schools

    The cd - command switches your working directory to the previous one you were in. This option is useful for toggling between two directories without needing to type their full paths repeatedly.