dit document beschrijft hoe je de Samba shares aanmaakt op Myfw
apt-get install samba samba-client
mkdir -p /home/shares/cases /home/shares/software
groupadd forensics
chown -R root:forensics /home/shares && chmod -R 2770 /home/shares
smbpasswd -a koen
usermod -a -G forensics koen
[cases] comment = case files browseable = no path = /home/shares/cases guest ok = no read only = no create mask = 2660 directory mask = 2770 [software] comment = software browseable = no path = /home/shares/software guest ok = no read only = no create mask = 2660 directory mask = 2770
systemctl start smbd
systemctl enable smbd
voeg hier linken toe naar verdere uitleg