Reloading samba config

When changing some settings on the samba server while having the service in use it might be of interest to reload the new configuration file without affecting existing connections. This could be done in the following manner.

killall -HUP smbd

This will send a command to the smbd process making it reload the configuration file.