About 471,000 results
Open links in new tab
  1. Changing the Directory in Linux | cd Command - GeeksforGeeks

    Nov 1, 2025 · 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 …

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

    Jun 27, 2021 · The cd (change directory) command is used to change the current working directory in Linux and other Unix-like operating systems.

  3. How to change directory in Linux terminal - nixCraft

    Jul 20, 2024 · This page explains how to change directory in Linux terminal using the cd command and related commands such as pwd, ls, and others.

  4. Bash Change Directory (cd) Methods, Tips and Tricks

    Sep 22, 2025 · Learn efficient directory navigation in Linux using the 'cd' command. Explore tips, shortcuts, and examples for optimal Bash use!

  5. Cd Command in Linux (Change Directory): A Comprehensive Guide

    1 day ago · The Linux command line is a powerful tool for interacting with your system, and mastering basic commands is essential for efficient navigation and management. One of the …

  6. cd Command: How to Change Directory in Linux - phoenixNAP

    Dec 22, 2023 · After reading this tutorial, you should be able to use the Linux cd command to navigate and change the current working directory in the terminal window. Learn more about …

  7. Bash cd - Change Directory - W3Schools

    The cd command is used to change the current working directory in the terminal. To change to a specific directory, use cd directory_name: The cd command supports several useful options …

  8. How Do I Change Directories In Linux? - Cyberly

    One of the most fundamental tasks when using Linux - especially via the terminal - is navigating the filesystem. At the heart of this navigation lies the ability to change directories, which allows …

  9. How to Change Directory in Linux Terminal - Beebom

    Oct 15, 2025 · In this article, we explain the process to change directory in the Linux terminal. The cd command (change directory) is one of the most basic Linux commands. It is used to switch …

  10. Changing Directories in Linux Terminal - It's FOSS

    Sep 6, 2024 · Type ls / in the terminal and press enter. It will show you the content of the root directory. Try it. Now, there are two ways to specify a path: absolute and relative. Absolute …