Your samba installation should come with a number example config files, and looking through the example smb.conf here is the basic setup to share a directory (/tmp) on you linux box:
# This one is useful for people to share files [tmp] comment = Temporary file space path = /tmp read only = no public = yes The documentation on the samba.org site is very good and generally pretty easy to use. Something like Webmin and Swat is good to install as it make maintaining your Linux PC much easier, so long as you use the most common/popular packages. Pete -- dropbear ------------------------------------------------------------------------ dropbear's Profile: http://forums.slimdevices.com/member.php?userid=176 View this thread: http://forums.slimdevices.com/showthread.php?t=17892 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
