From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 18:30:12 2011 Return-Path: Delivered-To: Freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CEC9106564A for ; Tue, 6 Sep 2011 18:30:12 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id B333A8FC1B for ; Tue, 6 Sep 2011 18:30:11 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p86ITXEJ018955; Tue, 6 Sep 2011 13:29:33 -0500 (CDT) Date: Tue, 6 Sep 2011 13:29:33 -0500 (CDT) From: Robert Bonomi Message-Id: <201109061829.p86ITXEJ018955@mail.r-bonomi.com> To: fbsd8@a1poweruser.com, Freebsd-questions@freebsd.org In-Reply-To: <4E6640F0.5060902@a1poweruser.com> Cc: Subject: Re: wheel group & mkdir 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: Tue, 06 Sep 2011 18:30:12 -0000 > From owner-freebsd-questions@freebsd.org Tue Sep 6 11:07:48 2011 > Date: Tue, 06 Sep 2011 11:49:04 -0400 > From: Fbsd8 > To: Freebsd-questions@freebsd.org > Cc: > Subject: wheel group & mkdir > > I have a user that belongs to the wheel group but when the user tries to > issue mkdir command it gets a permission denied error. > > How do I fix this? First, figure out _why_ the user is getting that error. exactly -what- executable named 'mkdir' are they trying to run? 'which mkdir' What are the permissions on that file *WHERE* are they trying to create the file, and what are the permissions on -that- directory? Note: Including the _exact_ error message is a GOOD IDEA(tm). There is a *SIGNIFICANT* difference between: $ mkdir foo mkdir: permission denied and $ mkdir foo mkdir: foo: permission denied