Linux System Calls Question:

How to create samba server in fedora Linux 9?

Tweet Share WhatsApp

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 PDF Read All 35 Linux System Calls Questions
Previous QuestionNext Question
Why the kernel panic error was appearing?How to create a ftp user on RedHat Linux 4.0?