chmod 777 versus chmod 666
by pascalbythree from LinuxQuestions.org on (#6HEJM)
Code:[WVW_RPI_ZERO_PROG_SHARE]
path = /home/pi/WVW_PROJECT_ZERO_PROG/WVW_ZERO_PROG
writeable=Yes
create mask=0777
directory mask=0777
public=yesWhen i am working on my new NAS system, it only reads and writes with:
Code:sudo chmod -R 777 .But then, everything is green and executable.
Code:sudo chmod -R 666 .does not seem to do the job.
Has it anything to do with the smb.conf settings above ?
Greets, PascalByThree, Wouter van Wegen
Attached Thumbnails
path = /home/pi/WVW_PROJECT_ZERO_PROG/WVW_ZERO_PROG
writeable=Yes
create mask=0777
directory mask=0777
public=yesWhen i am working on my new NAS system, it only reads and writes with:
Code:sudo chmod -R 777 .But then, everything is green and executable.
Code:sudo chmod -R 666 .does not seem to do the job.
Has it anything to do with the smb.conf settings above ?
Greets, PascalByThree, Wouter van Wegen
Attached Thumbnails