Linux System Calls Question:
Download Questions PDF

How to create samba server in fedora Linux 9?

Answer:

vi /etc/samba/smb.conf
Add these lines

[fedora 9]
comment=publicstuff
path=/share
public=yes
writable=yes
available=yes
create mask=0777
directory mask=0777

Download Linux System Calls Interview Questions And Answers PDF

Previous QuestionNext Question
Why the kernel panic error was appearing?How to create a ftp user on RedHat Linux 4.0?