I have samba server running in linux machine, How can I check the samba version? Thanks -------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --------------------------------
On Mon, 1 Apr 2002, Jianping Zhu wrote:> I have samba server running in linux machine, How can I check the samba > version?./smbd -V See smbd(8) for details. cheers, jerry --------------------------------------------------------------------- Hewlett-Packard http://www.hp.com SAMBA Team http://www.samba.org -- http://www.plainjoe.org "Sam's Teach Yourself Samba in 24 Hours" 2ed. ISBN 0-672-32269-2 --"I never saved anything for the swim back." Ethan Hawk in Gattaca--
smbstatus displays the version of the running smbd as part of its output. I tend to do #smbstatus|sort|nl to get a quick feel for the number of connections on the box Cheers Jon Gerdes>>> Jianping Zhu <zjp@arches.uga.edu> 01/04/2002 23:59:49 >>>I have samba server running in linux machine, How can I check the samba version? Thanks