CentOS – Write Only Shares (PART 20)
LAB 20: Samba Share – Write Only Now we will share the students folder. cd /data vi /etc/samba/smb.conf :set nu Copy entire block to the end :290,294t294 Modify the block as follows: [students] comments = exchange information path = /data/students public = no (disallow guests access) valid users = +students (group students) writeable =… Read more CentOS – Write Only Shares (PART 20)