Am Sonntag, 9. Mai 2004 11:10 schrieb Ulrich F�rst: > I want to use the same mozilla-profile > for different users. But every knew file > gets the permission - r w - r - - r - - > . So no other user can get write > access. I found out that I should set > the sgid/suid-bit for the directories > but that doesn't help. Whenever I create > a test-file with 'touch file' it has > only write permissions for the user not > for the group.
look for umask. Maybe setting it to umask 002 in /etc/profile might help you. JT -- http://www.jtheuer.de mailto:mail(-)jtheuer.de gpg-fingerprint: C707 EE9A 5BC1 CA68 95E0 F665 A72F 4885 650A 7F6E

