how to create SAMBA server in fedora 9 linux ?
Answer Posted / surendra singh adhikari
firstly installed the require rpm for samba,
like this :-- yum install samba -y
yum install samba-swat -y
then open samba file under /etc dir,
vi /etc/samba/smb.conf
and enter your share path,valid user.
Ex. comment = windows sharing
path = path/your/share/directory
valid users = surendra
writable = yes
browseable = yes
then type testparm for code testing.
then give the password to smb users :-
smbpasswd -a surendra
and finally restart the service of samba:-
/etc/init.d/smb start
chkconfig smb on ( for permanent on)
| Is This Answer Correct ? | 46 Yes | 6 No |
Post New Answer View All Answers
What is history command in linux?
What is sudo bash command?
What does f mean linux?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What daemon is used for scheduling of the commands?
What is vnc?
How do I clear terminal command history?
How can you check the amount of lines in a file?
What does wc command do in unix?
What is the role of case sensitivity in affecting the way commands are used?
Explain the ‘ls’ command in linux
Why makefile is used in linux?
What would be the result of the command paste -s dog cat?
Explain difference between nfs soft and hard mouniting points?
You issue the command head * what would the resulting output be?