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
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
How do I check cpu usage?
How can you check the amount of lines in a file?
What is p command?
Is makefile a shell script?
Which are the linux directory commands?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
Is a command a full sentence?
How cp command works in linux?
What is nslookup command?
What is the ipconfig command for linux?
How many linux commands are there?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
How do I start ms dos?