Latest web development tutorials

Linuxのtestparmをコマンド

LinuxのコマンドDaquanの LinuxのコマンドDaquanの

Linuxのtestparmをコマンドを設定すると、Sambaが正しいテストするために使用されます。

エグゼクティブtestparmを(テストパラメータ)命令は、テストの結果が正しければ、常設のSambaサービスは正しい設定を読み込むことができるようになり、簡単なテストSambaの設定ファイルであってもよいが、予想通りその後の動作を保証するものではありません、すべてが正常です。

文法

testparm [-s][配置文件][<主机名称><IP地址>]

パラメータ説明:

  • -sは、ユーザーを待って、プロンプト表示しないキー、記載された直接のSambaサービス定義情報を入力して押しました。

Ssmbaを設定チェック

# testparm     
Load smb config files from /etc/samba/smb.conf
Processing section '[homes]'
Processing section '[printers]'
Processing section '[uptech]'
Processing section '[home]'
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
      ///按下回车继续
# Global parameters
[global]
workgroup = MYGROUP
server string = Samba Server
security = SHARE
encrypt passwords = No
password server = None
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
cups options = raw

[homes]
comment = Home Directories
read only = No
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[uptech]
comment = *
path = /home/uptech
read only = No
guest ok = Yes

[home]
comment = *
path = /home
read only = No
guest ok = Yes

LinuxのコマンドDaquanの LinuxのコマンドDaquanの