LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I check samba's version in RedHat 9? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-check-sambas-version-in-redhat-9-a-117709/)

PionexUser 11-19-2003 03:28 AM

How do I check samba's version in RedHat 9?
 
?????????

Quis 11-19-2003 03:34 AM

as root:
smbd -V

PionexUser 11-19-2003 03:40 AM

Strange doesn't work...............

Do you know how I can open samba in terminal?

Quis 11-19-2003 04:00 AM

open a terminal
su -l
cd /usr/sbin
./smbd -V

if it don't work, make sure you have samba installed.
try
rpm -qa |grep samba
and watch out for samba-X.Y.Z (X.Y.Z is a addition number(mostly version number))
other way to locate where your smbd is (in case you have samba installed(proved above)):
rpm -q --fileprovide samba-X.Y.Z |less |grep smbd


All times are GMT -5. The time now is 04:39 AM.