Linux System Calls Question:
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
Add these lines
[fedora 9]
comment=publicstuff
path=/share
public=yes
writable=yes
available=yes
create mask=0777
directory mask=0777
Previous Question | Next Question |
Why the kernel panic error was appearing? | How to create a ftp user on RedHat Linux 4.0? |