Linux serverNETWORK ADMINISTRATIONS

How to install samba server on centos 7 | Linux Administration Sinhala Turorials | Centos 7

How to install samba server on centos 7 | Linux Administration Sinhala Turorials |Centos 7

In this tutorial explain how to install samba server on centos 7 in sinhala.
any one can learn using this video to install samba server without any porblem.

Steps :
$su
#yum install samba samba-client samba-common
#systemctl start smb.service
#systemctl start nmb.service

#systemctl enable smb.service
#systemctl enable nmb.service

#firewall-cmd –permanent –add-servive=samba
#firewall-cmd –reload

#mkdir -p /share/everyone
#chmod -R 777 /share/everyone
#chown -R nobody:nobody /share/everyone

#vim /etc/samba/smb.conf

[global]
workgroup = WORKGROUP
security = user
netbios name = centServer
passdb backend = tdbsam
map to guest = Bad User
printing = cups
printcap name = cups
load printers = yes
cups options = raw

[ShareFolder]
comment = Allow access to everyone
path = /share/everyone
browseable = yes
writable = yes
guest ok = yes
read only = no
force create mode = 0777
force directory mode = 0777

#testparm
#systemctl restart smb
#systemctl restart nmb

#vim /etc/sysconfig/selinux

selinux=disabled

#InstallSamba #centos7 #LinuxSinhala

My other videos
Linux Sinhala | How to Use Linux Command Line | Linux Tutorial For Beginners 2021 | Lesson 01

Lesson 02 – Linux File Permission and Creating Users in Sinhala | සිංහලයන් ලිනක්ස් ඉගනගමු | 2021

My social media platforms

Facebook
https://www.facebook.com/Awsome-To-Learn-105283758176438

If you like my channel
Like
Share
Comment
Subscribe…………………….

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *