Where Is The /downloads Directory In Ubuntu?
Posted on July 1, 2022 • 1 minutes • 65 words
If you are looking for /downloads
directory then it is located in root directory
To go to the directory you can use the following command:
cd /downloads
This directory is not available by default in Ubuntu installation.
Usually Ubuntu have Downloads directory in home. To go to this directory you can use the following command in terminal
cd ~/Downloads
Hope this useful, until next time