From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 02:11:11 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 9DAEB16A41F for ; Wed, 14 Sep 2005 02:11:11 +0000 (GMT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 448CA43D45 for ; Wed, 14 Sep 2005 02:11:11 +0000 (GMT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id j8E2BAhn073931 for ; Tue, 13 Sep 2005 21:11:10 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200509140211.j8E2BAhn073931@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Tue, 13 Sep 2005 21:11:10 -0500 From: Martin McCormick Subject: Re: I've Created a Permission Problem which Baffles Me. 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: Wed, 14 Sep 2005 02:11:11 -0000 Alex Zbyslaw writes: >Looks to me like you've taken away x bit for other (otherwise the t >would be lower case). x permission on directories allows you to search >that directory. > >Try chmod o+x /var/tmp (as root). Thank you! I did and the T changed to t, fixing the permission problems. If I was teaching a UNIX class, that would be a good brain buster.