From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:07:02 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 DF83D106564A for ; Tue, 6 Sep 2011 16:07:02 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id C66888FC0C for ; Tue, 6 Sep 2011 16:06:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=tAxUnQh6OkX3M8Vedt7phG+/n1bahAFOQN053YAoEkE=; b=RO0bL3O9gEMy9QF/Sd8jntnBU8ZmWdEF80t2VciJ7JoCoW8LEXD5BP8c0QVdWo5HpwwnPHe56kEix2YJ0XCYtc53rxWtlnV9yM3r77B2rdbHh2zKgXdJW1HmTvqcUxl3/4Ha49nZrqUt4tzuYu25NE6s2E1HrTJ65I9rv1xb0JY= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 6 Sep 2011 08:49:17 -0700 Message-ID: <4E6640F0.5060902@a1poweruser.com> Date: Tue, 06 Sep 2011 11:49:04 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2011 15:49:17.0190 (UTC) FILETIME=[88C83A60:01CC6CAC] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: Subject: 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 16:07:03 -0000 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?