Tagged Questions
0
votes
1answer
2k views
Permission denied moving files
Extreme noob here so please point me in the direction for beginners!
I have managed to mount my Box.net account following these instructions.
However when I copy files and paste them into a file ...
1
vote
3answers
638 views
12.04 run from cd, cannot copy files from mounted disk
I am running 12.04 live from cd and trying to copy some important files from a mounted hard disk to an external disk. (My previous installation of 10.04 crashed and I want to install 12.04, and back ...
1
vote
3answers
1k views
incorrect permissions after copying over scp
I'm using cygwin in windows 7 to copy a directory to an ubuntu machine using this command.
scp -rp -P 54322 /cygdrive/c/xampp/htdocs/. user@10.136.10.1:/home/user/somefolder/
After copying all the ...
3
votes
2answers
6k views
Why can't i paste anything under the /usr/ folder?
I just wanted to install a theme for the start up screen and I have to copy some files over here to /usr/share/kde4/apps/ksplash/Themes/.
But the answer i get is: Access denied. Could not write to ...
1
vote
1answer
748 views
Can't copy files [closed]
When I right click on a file or folder the cut/copy options grey out. I tried using:
$ gksu nautilus
But when I tried to change the file permissions it just reverted back. Some times it says
Error ...
4
votes
1answer
347 views
How to copy themes?
I tried to do something similar to this:
How can I install 10.10's Light Themes in 10.04?
I installed the updated .deb, and then I took the /usr/share/themes/Ambiance/* from a 11.04 machine and ...
8
votes
2answers
10k views
Backup files with rsync: error 23
I'm trying to make a backup of my /home to transfer all data from one computer to another. I wanted to save the backup on the same computer and than transfere it to another one. For safety reasons, ...
8
votes
2answers
40k views
How to copy files into /usr/local/? (permission denied)
I'm still a little new to Ubuntu and was wondering how I can copy files, in this case Aptana Studio, to /usr/local/ without being denied.
Is there a way to do it in terminal? Or a way to allow ...