September 24, 20205 yr I have a folder that is shared..... inside that folder I can read/write... but there is one folder inside the share I can only read from? Do I need to chown or chmod that one folder to something.. if so what? Quote find . -type f -exec chmod 664 {} \; find . -type d -exec chmod 775 {} \; If I just run that in the root of the share or something like that on the server console prompt... will it fix it? Edited September 24, 20205 yr by questionbot
Archived
This topic is now archived and is closed to further replies.