Shell / Commands

cd

English

Overview

A command for changing the working directory.

Details

A shell built-in command that changes the current directory to the given path. Running "cd -" returns you to the previous directory. Running it with no argument takes you to your home directory.

More Linux terms