0% found this document useful (0 votes)
178 views

Installing Samba On Fedora 13

This document provides 8 steps to setup a Samba file server on Fedora 5: 1) Install Samba via Yum, 2) Configure the workgroup and share a documents folder, 3) Add the documents folder and set its permissions, 4) Create a Linux user account and add it to Samba, 5) Start the SMB and NMB services, 6) Test connectivity by listing shares as the user. Following these steps allows a user to access and share files over the network.

Uploaded by

Eugen T. Morar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
178 views

Installing Samba On Fedora 13

This document provides 8 steps to setup a Samba file server on Fedora 5: 1) Install Samba via Yum, 2) Configure the workgroup and share a documents folder, 3) Add the documents folder and set its permissions, 4) Create a Linux user account and add it to Samba, 5) Start the SMB and NMB services, 6) Test connectivity by listing shares as the user. Following these steps allows a user to access and share files over the network.

Uploaded by

Eugen T. Morar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

->setup samba<1.install fedora 5 minutes howto 2.login root 3.install samba #yum install samba 4.

define workgroup AIOLINUX and configure documents share on samba file server #cd /etc/samba #vi smb.conf [global] workgroup = AIOLINUX [documents] comment = folder de test path = /home/documents public = yes writeable = yes valid users = eugen //These lines dictate the permissions given to anything created, by users, within the share. create mask = 0770 force create mode = 0770 locking = yes #testparam 5.add folder documents & add filesystem rights to read, write,execute for others group #cd /home #mkdir documents #chmod 747 documents 6.add linux user account and add account to samba 6.1.add linux user account #useradd eugen #passwd P@$$w0rd 6.2.add same user account on samba #smbpasswd -a eugen #<put same password as your linux account password> 7.start services service smb restart service nmb restart 8.test if you are able to list shares with eugen account #smbclient --L samba -U eugen If you see the shares on your server the installation is finished.

www.arondmessaging.ro www.facebook.com/aiolinux

You might also like