how to create SAMBA server in fedora 9 linux ?
Answer Posted / saravanakumar.j
yum install samba*
vim /etc/samba/smb.conf
line no:74 workgroup=SMBGROUP
line no:81 hosts allow = 172.168.0.x
go to end of the lin eput entry
[saravanakumar]
path = /saravanakumar
writelist = yes
readlist = yes
browseable = yes
validusers = saravanakumar
save & exit :wq
mkdir /saravanakumar
useradd saravanakumar
getsebool -a|grep samba
setsebool -P samba_enable_home_dirs=on
ls -ldZ /saravanakumar
smbpasswd -a saravanakumar
password:password
password:password
chcon -R -t samba_share_t /saravanakumar
testparm
service smb restart
chkconfig smb on
smbclient //stationx/saravanakumar -U /saravanakumar
password:password
smb>ls
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the options of wc command?
What are bash scripts used for?
How do I find cpu in linux?
What is finger command in linux?
Explain about system and user utilities?
Information technology is widely used in
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
How does grep work in linux?
What is cat command in linux?
What does grep command do?
How find ip address linux?
What is cpu core in linux?
What is the difference between locating and locate command?
How do you execute more than one command or program from a single command line entry?
What is the export command used for?