From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 21:28:17 2006 Return-Path: X-Original-To: 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 E4B2816A40E for ; Thu, 27 Apr 2006 21:28:17 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B1643D66 for ; Thu, 27 Apr 2006 21:28:10 +0000 (GMT) (envelope-from huyslogic@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so1433056ugc for ; Thu, 27 Apr 2006 14:28:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=K2KbhGN0d1gJuoS8rzltKUEpWeb19T8kGfe7Vc6wqXKWESTKuoWuxKUwTalg4bE2Vjp65oRmmPZvYVx0Qlyyk6P8lNIs3aTMk7EZqIxmwSDaYHGLKqmwFxuCwBTcEAtovwWuG8hCP+oYAnpYjusIE2rZdfJE+nv8unGPB/097sg= Received: by 10.78.39.16 with SMTP id m16mr420254hum; Thu, 27 Apr 2006 14:28:09 -0700 (PDT) Received: by 10.78.31.20 with HTTP; Thu, 27 Apr 2006 14:28:09 -0700 (PDT) Message-ID: <1cac28080604271428g5d5bdd55l6e393417b66f2da9@mail.gmail.com> Date: Thu, 27 Apr 2006 17:28:09 -0400 From: "Huy Ton That" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: chown confusion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 21:28:18 -0000 Okay I'm feeling like an idiot now, if i chowned a directory such that user 'x' had the ownership of a given directory and was in group 'alpha' user 'b' needed to add files to the said directory and was in group 'alpha' now I know usually you do chown :groupname or chown user:groupname to change ownership however... I can limit a directory to only a user, but I want to limit it not at a use= r level, but at a group level such that all users in a group can write to a file. An option to remove ownership perhaps chown -:groupname does this make sense?