» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 4 »
Question 2/20
Explanation: Whenever you make changes to the smb.conf file, it is necessary to restart the smbd and nmbd
processes. Smbd regularly reads the smb.conf file and implements any changes. However, these changes don't
affect any previously established connections. To apply the changes to any previously established
connections, you must restart smbd and nmbd.
Reference: http://us2.samba.org/samba/ftp/cvs_current/packaging/SGI/relnotes.html
Incorrect Answers
B: If you have Samba configured to be started by inetd, you could send inetd a HUP signal to restart it, but you
wouldn't send smbd and nmbd and HUP signal.
C: To apply the changes to any existing connections, it is necessary to restart smbd and nmbd.
D: Rebooting the system would work if you have configured samba to start automatically. However, restarting
the entire system is unnecessary.
E: You should restart nmbd as well as smbd.