From owner-freebsd-questions@FreeBSD.ORG Sat Mar 15 22:11:09 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 62130106564A for ; Sat, 15 Mar 2008 22:11:09 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 00F708FC1D for ; Sat, 15 Mar 2008 22:11:08 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so6688569pyb.10 for ; Sat, 15 Mar 2008 15:11:08 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=pgmtjDxINSM3UQ/cVROAgg7F2GlHSoQYdZlMxJtwLBg=; b=uJr3d6vbaPYtuArsgJ/JDtjfw5SIXP005JNRipxf/j2lkCEkkRnJaDTpGDO8EyB6cq0VdqYdDXfR8IJHlREMc/U1iMKGzHiXvNpT8Peopfi4xxJlpkLCCrOWQOgKXjQ4gqd+QcZQTwqY0KZpktKKMLcA2UhY4lPjKNiKOc5y6q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UzgGsjx3qfhd+a09C2/86AmvHQzbMr2dmAZK/cgPeuyPaV0HqBLc52lhIqoZ8CQ2aKBHJGjrZpngtDbPXpqT/XNgh2zdbuRWZtMGWdfgZHR4FAX3epafMJRoRwZyTm8qQY5b70kwTdZzxfMjSE0OKUAfumVZjzQPSXS/IxnWctc= Received: by 10.64.249.20 with SMTP id w20mr27233359qbh.24.1205619066830; Sat, 15 Mar 2008 15:11:06 -0700 (PDT) Received: by 10.70.70.2 with HTTP; Sat, 15 Mar 2008 15:11:06 -0700 (PDT) Message-ID: <64c038660803151511r6ae6d229v484769cfe38043bc@mail.gmail.com> Date: Sat, 15 Mar 2008 16:11:06 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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: Sat, 15 Mar 2008 22:11:09 -0000 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 ... Thanks. -Modulok-