XNSIO
  About   Slides   Home  

 
Managed Chaos
Naresh Jain's Random Thoughts on Software Development and Adventure Sports
     
`
 
RSS Feed
Recent Thoughts
Tags
Recent Comments

7 Simple Steps to access Linux File System using Samba

1. Configuration changes
vi /etc/samba/smb.conf

Under the [global] section, specify the following
workgroup =
hosts allow = 127.

Under the [tmp] section, uncomment the following
comment = Temporary file space
path = /tmp
read only = No
guest…


    Licensed under
Creative Commons License