PDA

View Full Version : open read/write access via terminal



aytacd
September 14th, 2009, 01:45 PM
Hi,

I've been trying to give read/write access to all users for a certain folder via terminal. Is there a function or a script that I can use?

Thank you for your help...

DaithiF
September 14th, 2009, 01:49 PM
chmod -R a+rw folder
-R for recursive (assumes you want to read-write permissions to cascade down to any subdirectories)

realzippy
September 14th, 2009, 01:52 PM
..have a look:

http://ubuntuforums.org/archive/index.php/t-969822.html

aytacd
September 14th, 2009, 02:27 PM
thank you so much.. :)))