Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Whenever I go to add an image to my /usr/share/pixmaps/backgrounds directory, I get a permission denied message. I try to chmod -w it, by doing this:
$ su
<my root password, you can't have it!>
chmod -w /usr/share/pixmaps/backgrounds
It seems fine, untill I try to add an image, in which I get a permission denied error. Please help me correct this, as I would like to customize my background. Thanks in advance.
This will give the owner write permission. Change the ' u ' to ' g ' and the group will have write permission. Use ' o ' instead of ' u ' and everyone will have permission. You could also use ' a ' instead of ' u ' and that would give the user, group, and everyone else write permission. BTW, the ' - ' in front of the ' w ' removes the permission to write and a ' + ' gives permission.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.