Hello,

I just wonder how i can move a file in terminal. I've tried to use the "mv" command and the file in the directory i'm currently are in. And then i don't understand what more text i've have to write on the line.

This is how my terminal looks like:

"root@test-vm:/home/test/Documents# mv common.txt ~/example"

But how do i move this to a folder called "example" in the root area, because that line doesn't work. It gives me an error:

"mv: cannot stat 'common.txt' : no such file or directory" - Which it is!?

I'm very grateful for any answers about this.