To make this folder read only uncheck the group write permission (or change the Octal value to 755). The folder remains writable by admin but becomes read-only to other users.
The procedure to make files read only is similar, the Octal value for a read-only file is 644.
And don't forget you need to do the same for any further files you add or sub-folders you make. |