From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 00:52:58 2008 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 E8CD6106566B for ; Sun, 16 Mar 2008 00:52:58 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id CBC328FC12 for ; Sun, 16 Mar 2008 00:52:58 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so3082780rvb.43 for ; Sat, 15 Mar 2008 17:52:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aKDxCt/vEKaCNEU4pWEeBXlfJ3RVpjyARkvcZ7j9DpI=; b=b/brredC1wZhT3EGlus/ASsKAvLN9suR6WKAZ+DajHtsJrMvxBXqE3i8HSYxZGX/V7KpzcvDtuONg5N9gWiZwhNERq/7IMeZw4lY2St1Z75FMl2Rb0FQ1otl1pnY8hFK0pwndaXVNTNzICXL2ud+efYygDJ27FlWeRV/g2I2Df4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LPtHmsuq6AP9l0djy3FZ4ZFuEqJ/U8gY6C8MMpPxUHkcgl+es/ZH5fAvt0UtVqclzYCdguPmJ7KsinNm59Bv4YZkQVMcXY01m13G7d617xlZFS3fQwJaqMTbyZly9xJryot1skXNjnJqyLVoBVEbAc4Daf2mSUlSAO92gT8/wQc= Received: by 10.140.147.13 with SMTP id u13mr7100474rvd.228.1205628778170; Sat, 15 Mar 2008 17:52:58 -0700 (PDT) Received: by 10.141.170.5 with HTTP; Sat, 15 Mar 2008 17:52:58 -0700 (PDT) Message-ID: Date: Sat, 15 Mar 2008 20:52:58 -0400 From: "illoai@gmail.com" To: Modulok In-Reply-To: <64c038660803151511r6ae6d229v484769cfe38043bc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64c038660803151511r6ae6d229v484769cfe38043bc@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Can one list permission bits numerically... 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: Sun, 16 Mar 2008 00:52:59 -0000 On 15/03/2008, Modulok wrote: > Perhaps I missed it somewhere in the man page, but is there a way to > list files with their permission bits displayed as numeric (octal, as > in chmod(1)), instead of symbolic? Something like: > > ls -lF -imaginaryFlag > > 0755 4 Modulok Modulok 512 Dec 17 18:39 dir1/ > 0644 1 Modulok Modulok 101786 Feb 23 05:53 file1 > 0644 1 Modulok Modulok 140097 Feb 13 23:38 file2 > ... Unless it is a hidden option buried somewhere in the source code (by The Conspiracy), I am saying, "nein". -- --