I would like to copy or move some file a.xml
from /tmp
to another folder in the same server /var/lib/myfolder
.
I tried the following with putty:
user@server:/tmp$ mv a.xml /var/lib/myfolder
I get the error message, that this operation is not allowed.
How can I copy or move this file to another folder?
Update:
Error message:
mv a.xml is not possible: The operation is not allowed
The solution is to, as my comment, write this command: