how to create SAMBA server in fedora 9 linux ?
Answer Posted / gaurav chaudhary
create a yum Server
#yum install samba* -y
#vi /etc/samba/smb.conf
[RHCE]
comment = share dir
public = no
path = /data
writable = yes
browseable = yes
valid users = u1
:wq
#service smb restart
#useradd u1
#passwd u1
#mkdir /data
#smbpasswd -a u1
#getsebool -a | grep samba
#setsebool -P samba_enable_home_dirs on
#setfacl -m u:u1:7 /data
#service smb restart
#chkconfig smb on
Now for check the samba server is working (Yes/No)
#smbclient //IP Address of the samba SRV(172.24.0.254)/RHCE
-U u1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How much ram do I have linux?
Why makefile is used in linux?
What could be the problem when a command that was issued gave a different result from the last time it was used?
Explain any one service which are working on udp only?
What is top command in linux?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
What is netstat command in linux?
How do I find command history in linux?
What is bc command in unix?
What is the bash in linux?
Which command is used to see the online manual?
How is grep so fast?
What the command used for search file or files for specific text?
What does curl command do in linux?
How to hide the partition in grub booting?