Can someone please tell me how to determine the current Samba version? Thanks, Mike
Hi, Try to: [$SAMBA_DIR]/sbin/smbd -V For example: # /usr/local/samba/sbin/smbd -V Version 3.0.0 # -----Urspr?ngliche Nachricht----- Von: samba-bounces+hendrik=styx.homeunix.org@lists.samba.org [mailto:samba-bounces+hendrik=styx.homeunix.org@lists.samba.org] Im Auftrag von Grimes, Michael E {PBSG} Gesendet: Dienstag, 11. November 2003 16:03 An: samba@lists.samba.org Betreff: [Samba] Current Version Can someone please tell me how to determine the current Samba version? Thanks, Mike -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
"Grimes, Michael E {PBSG}" <Michael.E.Grimes@pbsg.com> wrote in message news:D0B30D2918817647938E3F30E97CEA2301507B8C@PBSWMU00002.corp.pep.pvt...> Can someone please tell me how to determine the current Samba version? > > Thanks, > Mike > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >I installed Samba from an rpm on Redhat so rpm -qa | grep samba will work. Also find / -name samba-* will return a few extra results but it is easy to tell which one is the version number. I think that might tell you if you had two different versions installed. Regards, Stephen