我想知道那些%U, %m, %g, %G...等代表什麼, 另外這些叫什麼? 例如在samba中要記錄某些log smb.conf中會發現 log file = /var/log/samba/log.%m 我想知還有其他什麼的代號, 另外這些應叫什麼? 謝謝
man smb.conf 你會搵到晒佢地個解釋:
%m - NetBIOS name of the client machine
%U - Session username (the user name that client want)
%g - Primary user group name of the user (in view of the server)
%L - NetBIOS name of the server machine
man smb.conf
man smb.conf 你會搵到晒佢地個解釋:
%m - NetBIOS name of the client machine
%U - Session username (the user name that client want)
%g - Primary user group name of the user (in view of the server)
%L - NetBIOS name of the server machine