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
How can we increase disk read performance in single command?
How do you copy in terminal?
What does ls mean in linux?
What is history command in linux?
How do I check if my cpu is overclocked?
What the command used for search file or files for specific text?
What are the mv command options?
What is a ulimit in unix?
What could be the problem when a command that was issued gave a different result from the last time it was used?
What is shell scripting commands?
What is ls command and what it does?
What is mkdir?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What does umask 022 mean?
What is clang format?