From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 18:00:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D64F616A41C for ; Wed, 29 Jun 2005 18:00:46 +0000 (GMT) (envelope-from motionsiren@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6BF43D5D for ; Wed, 29 Jun 2005 18:00:46 +0000 (GMT) (envelope-from motionsiren@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so826331wra for ; Wed, 29 Jun 2005 11:00:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aD5L9y70CWgahg5a9x1xlR+SSb3ZimK1rGZQKRqdk7SicuTDOwPLUpF4hxrCAV2gzxJl0fj38MKB2MlKTSV02jJFamY3H//LF2jm2xjlJFOJB/gCNSjpvlf0MY7xjja1bMu1mWBIc5NOkdBLNOwHJVH0EVqhlqzPtDmMpSZXpjw= Received: by 10.54.51.57 with SMTP id y57mr121007wry; Wed, 29 Jun 2005 11:00:45 -0700 (PDT) Received: by 10.54.72.19 with HTTP; Wed, 29 Jun 2005 11:00:45 -0700 (PDT) Message-ID: <781e2bc0050629110029fb17ee@mail.gmail.com> Date: Wed, 29 Jun 2005 11:00:45 -0700 From: motionsiren To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: directory permissions, sticky bits, chmod, etc. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: motionsiren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 18:00:47 -0000 Im embarassed to ask but the man's aren't making any sense to me. I have a group of users that are all in the same group. They like to share a common directory but find that they're files are rwxr-xr-x. I'd like to make sure that every file within that directory has rwxrwxr-x permissions as they need to write to each others files. Im not sure if a stickybit is the solution. I setup a test directory and from what i got out of the man's it didn't seem to give me what I want. Can anyone point me in the right direction? Thanks *turns red*