From owner-freebsd-questions@FreeBSD.ORG Tue Sep 17 03:53:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 74E9C138 for ; Tue, 17 Sep 2013 03:53:39 +0000 (UTC) (envelope-from aurfalien@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CE2F2734 for ; Tue, 17 Sep 2013 03:53:39 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id gq1so4542092obb.26 for ; Mon, 16 Sep 2013 20:53:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=7ltXhZFn4c9vrDVLBSJ06ruZJwsuSrNGXkDk1w5qxdY=; b=bwXNGaTkx26fWPHKVJOgkpf/BW7JalWh6tK90rk8Dyr8tm6yMUlzHO4h0sXQ8cehDq UshI26N9v8cuVgwfT/9C2W1D53wg9AO3mtUgXIsDFy2OYkRmRXqEl0+0z6Wd8yO0AqBz SLQLq2iWjI2wq3V9a5VGqNG84WG/TKR/Sop0gxvoos0TDEFDpdGnuPTWCWho0qLkh6zN UFJwphU30NpSVm1UlXxIlzEocq5DTcsVfShBHP6w89RgoqoycUOzxUb9vx0hsY3jhEpz gBKMQT1aYDc6SRgTXDNBojCxB2hUJ5zaW00iHfmdpeodJ5qQRd3m8tI3iCt0eM/0IrBa MUNw== X-Received: by 10.60.132.142 with SMTP id ou14mr2198567oeb.58.1379390018598; Mon, 16 Sep 2013 20:53:38 -0700 (PDT) Received: from [192.168.1.74] (75-63-29-182.lightspeed.irvnca.sbcglobal.net. [75.63.29.182]) by mx.google.com with ESMTPSA id nw5sm35330723obc.9.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 20:53:37 -0700 (PDT) Subject: Re: NFS file modes consistency among different operating systems Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: aurfalien In-Reply-To: Date: Mon, 16 Sep 2013 20:53:34 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0AB346EB-102C-46F7-9641-3F2F5A4371D2@gmail.com> References: To: Mehmet Erol Sanliturk X-Mailer: Apple Mail (2.1085) Cc: FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 03:53:39 -0000 =46rom your non MS$ clients, open a shell and type umask, what returns? Sounds like your default umask needs changing is all. I would suggest going with a umask of 775 and ensuring all ppl requiring = mod access be group members of what you have settled on. - aurf On Sep 16, 2013, at 8:41 PM, Mehmet Erol Sanliturk wrote: > Dear All , >=20 >=20 > I have NFS 3 in FreeBSD 9.1 amd64 . >=20 > The clients are FreeBSD , Linux , Windows XP through Samba on the same > files . >=20 > The Windows XP is able to access , use and modify files created or = modified > by any other operating system user . >=20 > In contrary , FreeBSD and Linux users are NOT able to such sharing = because > files are created by another user and access mode settings are not > changeable due to owner of files . >=20 > It is very likely that some settings are missing but I do not know = which > ones . >=20 > One remedy is to use NFS server in root logged state and change file = modes > frequently ( An ordinary user in server is NOT permitted to change = modes > of files created by other users although exported directories owned by = such > a user ) . >=20 > How can I solve the following problem : >=20 > No any client should be able to change file modes set in server > All files created by client should inherit modes set in server = directory . >=20 >=20 > Thank you very much . >=20 > Mehmet Erol Sanliturk > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"