1

I am inside /home/me/examplefolder and tried to move the folder myfolder to /home/me like this:

root@linuxserver:/home/me/examplefolder# mv myfolder/ ..myfolder

The folder myfolder dissapeared, but I cant find it now, where is it?

Black
  • 801

1 Answers1

2

It is at "..myfolder"

You have to show hidden or "dot" directories

ls -la or show hidden directories in Nautilus

How to show hidden folders in Ubuntu 14.04

Panther
  • 102,067