Friday, March 2, 2012

samba uses linked folder;)

If you are using samba, sometimes you need to add linked folder.
you can easily link the folder, however samba will block to access that folder.
What can we do then?

We can easily change samba setting and restart it ;)

$sudo vim /etc/samba/smb.conf 
in the [global] you can easily add
wide links = yes

and restart samba;)
$sudo restart /etc/init.d/smbd

That's it;) you can now browse linked folder... nice..

No comments:

Post a Comment