Creating samba share quickly

This is for those who are frustrated with creating smb share on linux-2-windows.

open /etc/samba/smb.conf file on vi editor.
put the following entry at the end of file.

[your-folder-name-to-be-shared]
path =
public = yes
writeable = yes (no, for read-only access)

That's all.

restart smbd service.

Now you can access the folders.

No comments:

Post a Comment

Kindly make your valuable and progressive comments here.
Junks will be deleted without notice :-)

  Find below few useful scripts for  Performance  Management:: # Important MOS notes for TRACING: There are several ways to trace a particul...