answersLogoWhite

0

CD

Example:

CD <sub-directory>

Use

CD ..

to go up a directory.

You can also enter a full path to go straight to that directory. Eg:

CD windows/system/etc

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the command that will change the current default directory to the root directory in Unix?

CD /


What does CD stand for in command prompt?

Change Directory..


Which command would you use to change to the usr directory using an absolute pathname?

To change to the /usr directory using an absolute pathname, you would use the command cd /usr. This command specifies the full path to the usr directory from the root of the filesystem. Ensure you have the necessary permissions to access that directory.


What command line is used to change the current directory?

cd dirReplace "dir" with the name of your directory.


What does the command-line tool CD mean?

change directory


How do you change path in Linux?

You change the current working path directory in Linux by issuing the cd command, followed by the directory you want to change to. For example:cd /dev/inputwould take me to the that directory.


Change to the dev directory next access home directory using a tilde in the command that you employ?

CD dev CD ~


What does the command CD do?

CD stands for "change directory". For instance, if you are in the directory of c:\files\ and you want to navigate to a folder within the "files" directory called "documents", you can type "cd documents" to change the directory you are in. Once you've done that you will be at c:\files\documents\. Inversely you can use "cd.." to go back to the parent directory "files".


What command other than CD can be used to change from one directory to another?

chdir


What command will return you to your home directory regardless of where you are in the file system?

PWD Although pwd will tell you where you are it won't change back to your home directory. For that, use the 'cd' command without any parameters


Why does Unix and Windows use the CD command line to change directories?

Because CD is short for "Change Directory"


What command can you use to change the current working directory to the directory where the modules for the running kernel are stored?

cd /lib/modules/$(uname -r)