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
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is git command?
What does sh do in linux?
Who unix commands?
What is the symbol of linux?
How do you ask politely?
The command ‘umask -S’
Why makefile is used in linux?
What signal is ctrl c?
What are the commands in linux?
What is the difference between clang and llvm?
What are linux commands?
Explain about document formatting?
How do you clear the screen in linux?
Which Command used to lock user password in Linux?