Crash893 Asked: 2010-03-13 12:48:42 +0800 CST2010-03-13 12:48:42 +0800 CST 2010-03-13 12:48:42 +0800 CST How do I view what version of samba I am running for my domain controler? 772 Is there a command line way to see what version of Samba I am running? samba 3 Answers Voted Gomibushi 2010-03-13T12:57:00+08:002010-03-13T12:57:00+08:00 Use the smbstatus command from the shell to get an output like this Samba version 3.0.25b-1.el5_1.4 LOKESH 2015-04-01T01:21:16+08:002015-04-01T01:21:16+08:00 Just enter below command on your terminal smbd -V SebMa 2022-07-30T01:44:00+08:002022-07-30T01:44:00+08:00 For the Linux Samba version type : $ smbstatus -V Version 4.6.14-SerNet-RedHat-16.el7 But I guess your domain controller needs is the SMB Protocol version you are using, you can find it by typing : # smbstatus -p PID Username Group Machine Protocol Version Encryption Signing ---------------------------------------------------------------------------------------------------------------------------------------- 226861 nobody nogroup 10.0.0.55 (ipv4:10.0.0.55:61866) SMB3_11 - partial(AES-128-CMAC)
Use the
smbstatus
command from the shell to get an output like thisSamba version 3.0.25b-1.el5_1.4
Just enter below command on your terminal
For the Linux Samba version type :
But I guess your domain controller needs is the SMB Protocol version you are using, you can find it by typing :