From owner-freebsd-questions@FreeBSD.ORG Thu Mar 26 15:57:20 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 019144C6 for ; Thu, 26 Mar 2015 15:57:19 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 867F5DF3 for ; Thu, 26 Mar 2015 15:57:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t2QFvBBX041128 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 26 Mar 2015 09:57:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t2QFvBDq041125; Thu, 26 Mar 2015 09:57:11 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 26 Mar 2015 09:57:11 -0600 (MDT) From: Warren Block To: Ernie Luzar Subject: Re: what does "t" is /tmp permissions mean In-Reply-To: <5514299D.4030802@gmail.com> Message-ID: References: <5514299D.4030802@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 26 Mar 2015 09:57:12 -0600 (MDT) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 15:57:20 -0000 On Thu, 26 Mar 2015, Ernie Luzar wrote: > doing "ls -l /" shows that the /tmp directory has these permissions > drwxrwxrwt > > What does the "t" under other user mean? > Where can I find documentation on permissions? The ls(1) man page has an overview and pointers to other pages.