wheel group & mkdir

Robert Bonomi bonomi at mail.r-bonomi.com
Tue Sep 6 18:30:12 UTC 2011


> From owner-freebsd-questions at freebsd.org  Tue Sep  6 11:07:48 2011
> Date: Tue, 06 Sep 2011 11:49:04 -0400
> From: Fbsd8 <fbsd8 at a1poweruser.com>
> To: Freebsd-questions at 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. <grin>

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


More information about the freebsd-questions mailing list