Jaguar file sharing windows network!?

ruckus543

Registered
Hey i am a student at Quinnipiac University...the tech support here SUCKS for mac users which pisses me of...but anyways heres my issue...

I want to share a folder, like put up "shares" as they call it...only thing is when i log into other users, i use my QU network login and pass, same that i use for email....how do i make a share that uses that info so i dont have to make 50000000 accounts, and that the kids can just get a file from my music folder...if possible can u give me some help...
 
U have to edit your /etc/smb.conf.

To create a guest access account, do in this way:

[name_you_want]
comment = your_comment
path = /path/to/your/folder
public = yes
only guest = yes
writable = yes
printable = no


Done.
Restart Windows service. :)
 
Back
Top