bluejuice
2004-12-24, 01:04 AM CST
Background: I have 3 pc's (2-XP + 1-98) networked to a server (FC1). I have set up the users with user names (ie patrick) and into groups (ie esmith).
Problem:
When user (patrick) saves a file to the server, the resulting permissions of that file are;
Owner: patrick
File group: esmith
Text view -rwxr--r--
number view 744
This creates a problem because now when another member of the same group wishes to modify and resave this file they are denied. I wish to enable full read and write access to all group files by all members of that group. How do I do this, as so far I have made many attmepts with the resulting smbconf looking like this:
comment = share out subdirectory in e-smith for win98
path = /home/e-smith/files/ibays/stretchmarks/files
; valid users = jeremy patrick pamela serene sue
; public = no
browseable = yes
writable = yes
; read list = @e-smith
; write list = @e-smith
; printable = no
; force group = e-smith
; force user = e-smith
; force mask = 0770
; directory mask = 0770
; force create mode = 0770
; force directory mode = 0770
as you can see i have cut an paste much of what i have found on this site, but to no avail...i should perhaps point out that I am very NEW to this, as is probably clear in my config.
thanks in advance
Problem:
When user (patrick) saves a file to the server, the resulting permissions of that file are;
Owner: patrick
File group: esmith
Text view -rwxr--r--
number view 744
This creates a problem because now when another member of the same group wishes to modify and resave this file they are denied. I wish to enable full read and write access to all group files by all members of that group. How do I do this, as so far I have made many attmepts with the resulting smbconf looking like this:
comment = share out subdirectory in e-smith for win98
path = /home/e-smith/files/ibays/stretchmarks/files
; valid users = jeremy patrick pamela serene sue
; public = no
browseable = yes
writable = yes
; read list = @e-smith
; write list = @e-smith
; printable = no
; force group = e-smith
; force user = e-smith
; force mask = 0770
; directory mask = 0770
; force create mode = 0770
; force directory mode = 0770
as you can see i have cut an paste much of what i have found on this site, but to no avail...i should perhaps point out that I am very NEW to this, as is probably clear in my config.
thanks in advance