Samba

Posts tagged with

Samba logging

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 β†’

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 β†’