A staff member came to me to state that his Yahoo account had been hacked from our company account, or so he claimed. This made me look at the samba logs and realise that user logging was not actually implemented while it is relatively easy to do so. This is used on Ubuntu 11.04 but the same should β¦
Read more βSamba
Posts tagged with
Adding a service permanently
systemctl enable name-of-the-service To use Samba as an example systemctl enable smb.service systemctl enable nmb.service systemctl start smb.service systemctl start nmb.service All that the first command does is create a symlink ln -s β/usr/lib/systemd/system/smb.serviceβ β¦
Read more βPermission on main Samba folders
I always set the permissions for the main shared folders in samba to 3770. This way any files made below this will inherit the group ownership of the parent.
Read more β