Results 1 to 2 of 2
Thread: Samba configuring Fedora
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
07-20-2012 #1
- Join Date
- Jul 2012
- Posts
- 1
Samba configuring Fedora
I have some folder that I want to share with several computers. One of them should have full access to this folder (read and write). This folder should not be even visible for other computers
What should I paste to smb.conf ?
Thanks for helping
Sorry for my bad English
-
07-23-2012 #2
- Join Date
- May 2011
- Posts
- 4,353
is it computer-specific or user-specific? if it is user-specific, then you just need something like this in smb.conf:
Code:[data] comment = shared_data path = /data/ browseable = yes writable = yes valid users = some_user
Code:smbpasswd -a some_user
Code:chown some_user /data