Hi, Like explained in my precedent mail (Permission Problems), I want to do a share (called partinfo) with basic behaviour : * everybody in group 'info' can create file into the share. * everybody in group 'info' can modify file into the share (not only owned files) * only owner of a file can delete it/rename it ! I put a Sticky Bit on my share folder so I've got : drwxrwx--T root info ..... partinfo It works fine localy, but when I want to use the share, it doesn't work at all, 'cause when I modify a file, some applications (like Gedit, Word, ...) try to change the owner of the file... So I can't write... Anybody have any ideas or any tips ? Thanks Bruno -- Bruno MACADRE ------------------------------------------------------------------- Ing?nieur Syst?mes et R?seau | Systems and Network Engineer D?partement Informatique | Department of computer science Responsable R?seau et T?l?phonie | Telecom and Network Manager Universit? de Rouen | University of Rouen ------------------------------------------------------------------- Coordonn?es / Contact : Universit? de Rouen Facult? des Sciences et Techniques - Madrillet Avenue de l'Universit? - BP12 76801 St Etienne du Rouvray CEDEX FRANCE T?l : +33 (0)2-32-95-51-86 Fax : +33 (0)2-32-95-51-87 -------------------------------------------------------------------
On Mon, Dec 6, 2010 at 8:28 AM, Bruno MACADRE <bruno.macadre at univ-rouen.fr> wrote:> ? ? ? ?Like explained in my precedent mail (Permission Problems), I want to > do a share (called partinfo) with basic behaviour : > ? ? ? ?* everybody in group 'info' can create file into the share. > ? ? ? ?* everybody in group 'info' can modify file into the share (not only > owned files) > ? ? ? ?* only owner of a file can delete it/rename it ! > > ? ? ? ?I put a Sticky Bit on my share folder so I've got : > > drwxrwx--T ? ? ?root ? ?info ? ?..... ? partinfo > > ? ? ? ?It works fine localy, but when I want to use the share, it doesn't > work at all, 'cause when I modify a file, some applications (like Gedit, > Word, ...) try to change the owner of the file... So I can't write... > > ? ? ? ?Anybody have any ideas or any tips ?Try: chmod 1777 /path/to/partinfo [partinfo] ... ... valid users = +info read only = no force group = info force create mode = 764 force directory mode = 775 ... ...