2

I can't copy-paste or cut-paste any file from desktop,folder etc. to again desktop,folder etc. Can you help me ?

berkei
  • 43

1 Answers1

-1

Open terminal, navigate to ~ by using cd ~. From here, use the terminal command ls -lsa.

In the output, verify that your permissions for Desktop appear as drwxr-xr-x. For example, mine looks like this: 4 drwxr-xr-x 4 username username 4096 Mar 13 22:02 Desktop

If the permissions are not as above, type chmod 755 /Desktop/. This should change the permissions on your Desktop to allow you to read/write/execute.