Results 1 to 6 of 6
I am not sure if this is posted somewhere else, if it is sorry. Anyways I downloaded files to my desktop from firefox and i need them to be in ...
- 05-10-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 5
[SOLVED] Moving Files Permission denied
I am not sure if this is posted somewhere else, if it is sorry. Anyways I downloaded files to my desktop from firefox and i need them to be in usr/local file, but if i try to put it in there it tells me permission denied. Is there anyway around this?
- 05-11-2010 #2
Hi and Welcome !
You must have root privileges to any type of file operation outside your Home Folder.
Gaining root privileges is distro specific. Most of distros do not allow root login in GUI. You can gain root privileges in Terminal easily.
Execute su - to have root privileges or prefix command with sudo to execute it as root.
OrCode:su - command1 command2 exit
Which distro are you using?Code:sudo command1 sudo command2
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-11-2010 #3
Another solution would be - Edit firefox settings - make your home directory (or any other directory owned by you) as default .
open firefox : Edit > Preferences > main ... checkout Downloads section.
HTH- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 05-11-2010 #4Just Joined!
- Join Date
- May 2010
- Posts
- 5
I have root priviliges ive done all that and familiar with terminal, even after that i still get permission denied errors all the time, im in fedora 12
- 05-11-2010 #5
We need a bit more info. How did you gain root privileges?
su and su - provided different level of root privileges.
Have you tried su - ? Its su and minus sign.
Code:su -
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-11-2010 #6Just Joined!
- Join Date
- May 2010
- Posts
- 5
yea i used su -
I ended up going a different path then i was originally going with this whole thing, working better so far thanks for all the help


