![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft and Samba finally come to terms over Windows protocols - ZDNet | iBot | UNIX and Linux RSS News | 0 | 12-20-2007 02:00 PM |
| Samba 3.0.20b / Windows XP can't search | whegra | UNIX for Dummies Questions & Answers | 0 | 10-26-2005 09:19 AM |
| Strange IP traffic behavior when using Samba and FTP (Windows/Mac to Linux) | perspectx | UNIX for Advanced & Expert Users | 1 | 03-02-2005 02:18 PM |
| Sharing printer with windows via cups and samba | Spetnik | UNIX for Dummies Questions & Answers | 1 | 01-19-2004 10:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Steps to Add Windows XP to Samba server
Hi All,
I have setup Samba on Redhat linux ES 3.0 server but unable to add Windows XP professional to samba server so please let me know steps for the same. Thanks in advance Bachegowda |
| Forum Sponsor | ||
|
|
|
|||
|
You first have to configure smb.conf manually or using swat. Let's say you want to add a share named test, then smb.conf would have a section almost like this:
Code:
[test]
path = /test
valid users = you
admin users = root, you
create mask = 0666
force create mode = 0666
security mask = 0666
directory mask = 0777
force directory mode = 0777
|
|||
| Google The UNIX and Linux Forums |