0

when I try to access to a folder using the terminal I got this message : "no such file or directory" this image will this image explain every things

terminal

I try to renamed by command "mv ",the same problem

think for helps

muru
  • 197,895
  • 55
  • 485
  • 740
B.ayoub
  • 1
  • 1

1 Answers1

1

try this

cd "Oxygen XML Editor 17"

When the directory name contains the spaces ...one need to use double quotes.

Ashu
  • 3,966