Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
I've set up a ftp server for my home network here. I'm wondering how i can prevent a user from deleting files, but the user must still be able to write files.
chmod a+rw doesn't work, cause users can write and delete then :s
I just noticed i cant make any changes (as root) to the permission settings of the folder's properties.
If i change something, it auto changes back to the last setting. though the owner is set as root.
I mean if i make any changes on the permissions of any file/folder via gui or console nothing has changed.
ie: setting for 'other' users are set to rwx.
I disable the write option by: chmod -R o-w /folder/
i check it via ls -l folder & via gui properties: nothing changed.
there is an error message though: 'action not authorized'
I have no clue why root is not authorized to do such an action...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.