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
Which command is used to find what is in your home directory?
How can you copy lines into the buffer in command mode?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What the command used for search file or files for specific text?
What is the best cpu stress test?
How to know linux os is 32 bit or 64 bit?
What would be the result of issuing the command cat phonenos?
Where is command history stored in linux?
What is command grouping?
The head command writes the how many lines of a file to screen?
Explain about system and user utilities?
What is the use of mv command in linux?
Why bash is used in linux?
Is llvm a compiler?
The command ‘umask -S’