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
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is ll command in unix?
Information technology is widely used in
What language is clang written in?
what do know about commands?
What does umask 022 mean?
What does rmdir do in linux?
Explain shift command of linux?
How many interfaces(ethernet cards) are working using single command?
What are the commands used in command prompt?
What is mkdir p?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is the use of ls command?
What command do you type to find help about the command who?
What is the default number of shell commands saved in the history list of .cshrc file?