
Originally Posted by
Lost
I meant safe by if a script we use screws up, the permissions for the whole drive would be lost. When rereading the smb.conf file, does it interrupt usage at all?
Nope, that's what the '/etc/init.d/smb reload' command is for. It tells it to re-read the configuration without having to stop/start the daemon. And like the above poster stated, make backups before modifying the file. a simple command like:
Code:
cp smb.conf smb.conf.`date +%Y%m%d%H%M%S`
will copy the smb.conf to a time-stamped smb.conf.YYYYMMDDHHMMSS which you can revert to if need be.