Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
File manager permissions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
alexoprice
n00b
n00b


Joined: 26 May 2005
Posts: 4

PostPosted: Sun Jun 05, 2005 9:11 pm    Post subject: File manager permissions Reply with quote

I am using XFCE (don't thnk this matters though) and when i try to move or copy a file, the file manager gives me the following error

cp: cannot create regular file `/home/alex/Backgrounds/Stormy_Bliss_1.jpg': Permission denied

Do i need to add this user to another group to have access to that? When in the terminal i can just su root but i dont think i can do that in the file manager (xffm) Thanks for your help.
[/i]
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Sun Jun 05, 2005 9:15 pm    Post subject: Reply with quote

Set the permissions on the directory when you're copying the files to so taht you can write there.
Back to top
View user's profile Send private message
alexoprice
n00b
n00b


Joined: 26 May 2005
Posts: 4

PostPosted: Mon Jun 06, 2005 2:06 am    Post subject: Reply with quote

Thanks for the reply, could you please explain how to set the permissions. thankjs
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Jun 06, 2005 5:33 am    Post subject: Reply with quote

I assume you're using xffm, the default xfce4 file manager. Right click on the directory, select File -> Properties -> Permissions and File -> Properties -> Owner.

Or just do it from a terminal:
Code:
su -
chown alex:users -R /home/alex/Backgrounds
chmod 644 /home/alex/Backgrounds/*
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum