Hi, > > Hi, > > > > I search to create a folder where everybody can read-write all files (his and > > others) Is there any permissions to put on the folder? > > Thank you for your help! > Hi > try this, if folder name is "stuff" > chmod -R 777 stuff/ This will work for files that are already there, but not for the ones that will be added later. []'s Marcelo