Which Samba utility, when launched with the appropriate parameters, generates the following output?
Individual Log Files:
A . log file = /var/log/samba/log.%m: To generate an individual log file for each machine connecting to a Samba server, the %m variable is used in the log file path. This variable represents the machine name of the connecting client. Thus, the configuration line log file = /var/log/samba/log.%m creates a unique log file for each client machine.
Samba smb.conf manual
Logging configurations in Samba
Arlie
2 days agoShaun
9 days ago