Displaying 1 result from an estimated 1 matches for "student_giveworkin".
2004 Jun 22
2
group and user permissions issue.
...6 Jun 22 18:22 S1.txt*
-rwxrw---- 1 student3 teachers 17 Jun 22 18:21 S3.txt*
-rwxrw---- 1 student3 teachers 8 Jun 22 18:21 student3.txt*
therefore students can edit their own files and teachers in the group
teachers can also edit the files.
I create a share in samba ie:
[Student_GiveWorkIn]
user = %U
path = /home/Give_work_in
create mode = 750
write list = %U
only user = yes
force group = teachers
this works however students using this share can edit each others files.
if I set the permissions to :
-rwxr----- 1 student1 teachers...