About 14,600 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. 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.

  3. 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 …

  4. Cd Command in Linux (Change Directory) | Linuxize

    Feb 1, 2026 · Learn how to use the cd command in Linux to navigate directories. Covers absolute and relative paths, shortcuts, CDPATH, and more.

  5. cd Cheat Sheet - cd Command Line Guide

    The cd command in Linux stands for “change directory.” It is used to move from one directory to another within the file system. By using the cd command, you can navigate to any directory path. It’s one of …

  6. cd Command in Linux: 7 Practical Examples

    Apr 25, 2025 · Learn to use cd command to its full potential in Linux with these practical examples.

  7. 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.

  8. 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 …

  9. Navigating Directories with the 'cd' Command (with examples)

    Dec 17, 2024 · The ‘cd’ command, an abbreviation for “change directory,” is primarily used in the command-line interface to switch the current working directory. This command is fundamental for …

  10. Linux Cd Command - Computer Hope

    Jun 1, 2025 · On Unix-like operating systems, the cd command ("change directory") changes the shell's current working directory. This page covers the bash built-in version of cd.