How to change the directory in the Command Prompt?
Tagged: command-prompt
Viewing 1 post (of 1 total)
- AuthorPosts
- October 24, 2020 at 12:08 PM #4132
Santhosh Kumar D
Keymaster@santhoshChanging the directory in the Command Prompt is simple. The
cd
command, also known as chdir (change directory) is used to change the current working directory (folder).To go back to the top of the directory tree, type the
cd\
command, and then pressEnter
key as shown below .
To go to a specific directory, type the
cd
command followed by the path of the folder, and then pressEnter
key as shown below.
To move up one directory, type the
cd..
command, and then pressEnter
key as shown below.
Learn more Command Prompt tips.
- AuthorPosts
Viewing 1 post (of 1 total)
Advertisement
RECENT TIPS
- How to voice type on Google Docs?
- What is Django framework?
- How to turn Google Assistant off?
- How to check the Python version?
- How to create a virtual environment in Python?
- How to change the directory in the Command Prompt?
- How to add a shortcode in WordPress PHP template file?
- Useful websites to research stocks
- How to check Linux uptime?
- How to check Linux last reboot time?
- How to ZIP and UNZIP files in Linux?
- How to change the file owner and group in Linux?
- Protect your email address with Firefox Relay
- How to change the language in Microsoft Office?
- How to get Twitter dark mode on desktop and mobile?