2

I'm new to Ubuntu and I need to know how I go to a folder on my desktop in Terminal. I also need to extract a file from the folder if you could tell me where to put the command to extract it as well. Thanks

Agameg
  • 25

1 Answers1

4

Open terminal then type the below command:

cd ~/Desktop/[Name of the folder]
pwd

This should show the preset working directory which should be /home/[username]/Desktop/[Name of the folder].

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407
migrator
  • 151
  • 1
  • 1
  • 8