How to Configure SAMBA server configuration on CentOS 7 in Hindi
yum command for configure samba server on CentOS 7
yum install samba -y
systemctl start smb.service
systemctl enable smb.service
systemctl status smb.service
firewall-cmd --permanent --add-service=samba
firewall-cmd --reload
mkdir /smb
cd /smb
touch test.txt
chcon -t samba_share_t /smb/
vim /etc/samba/smb.conf
[teknoshare]
path=/smb
hosts allow=192.168.1.0/24
write list=tekno
valid users=tekno
browseable=yes
systemctl restart smb.service
smbpasswd -a tekno
#centos7 #linux #unix #redhat #windows #dns #dhcp #tutorial #hindi #tekno #adds #domain
Watch video How to Configure SAMBA server configuration on CentOS 7 in Hindi online without registration, duration hours minute second in high quality. This video was added by user Techno Pathshala 23 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,290 once and liked it 41 people.