dit document beschrijft hoe je de Samba shares aanmaakt op Myfw
apt-get install samba samba-clientmkdir -p /home/shares/cases /home/shares/software
groupadd forensicschown -R root:forensics /home/shares && chmod -R 2770 /home/sharessmbpasswd -a koenusermod -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 smbdsystemctl enable smbdvoeg hier linken toe naar verdere uitleg