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 send email as an alias in Gmail?
- How to stop Google from tracking your location?
- Command to check the Ubuntu version
- How to add a percentage in Excel?
- How to convert currencies in Google Sheets?
- 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?