Samba command not work :(

Issues related to hardware problems
Post Reply
hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

Samba command not work :(

Post by hack3rcon » 2015/08/31 09:22:49

Hello.
I installed CentOS 7 x64 but Samba command not worked :(

CentOS Tell me Samba installed :

# yum install samba4
Package samba-4.1.12-23.el7_1.x86_64 already installed and latest version
Nothing to do

but "# samba -V" tell me "bash: samba: command not found..." How can I solve it?

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Samba command not work :(

Post by lightman47 » 2015/08/31 11:25:18

Samba (smb) is a service, not a command. How about (as root)

Code: Select all

systemctl status smb
systemctl status nmb

Post Reply