From owner-freebsd-questions Sun Sep 15 21:13:15 2002 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 2741937B400 for ; Sun, 15 Sep 2002 21:13:14 -0700 (PDT) Received: from bloodwood.adelaide.edu.au (bloodwood.adelaide.edu.au [129.127.43.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DEA43E6E for ; Sun, 15 Sep 2002 21:13:12 -0700 (PDT) (envelope-from tpeter01@redtail.its.adelaide.edu.au) Received: from redtail.its.adelaide.edu.au ([129.127.46.157]) by bloodwood.adelaide.edu.au (Netscape Messaging Server 4.15) with ESMTP id H2IITR00.RT1; Mon, 16 Sep 2002 13:23:53 +0930 Received: (from tpeter01@localhost) by redtail.its.adelaide.edu.au (8.11.6/8.11.6) id g8G3rhW64279; Mon, 16 Sep 2002 13:23:43 +0930 (CST) (envelope-from tpeter01) Date: Mon, 16 Sep 2002 13:23:43 +0930 From: Tim Peters To: Alex Teslik Cc: freebsd-questions@freebsd.org Subject: Re: IRIX-style stat command for files? Message-ID: <20020916035343.GC26144@adelaide.edu.au> References: <20020916032916.M6706@acatysmoof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020916032916.M6706@acatysmoof.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 15, 2002 at 08:29:16PM -0700, Alex Teslik wrote: > Hello, > > This is such a lame question, but I can't find the answer to save my life. > I'm looking for a command that will display the change time, access time, and > creation time of a file as well as its inode information and such (at the same > time, not like "ls -i"). IRIX has the very nice stat command for this, but I > can't find the FreeBSD equivelent...all I can find is reference for a bunch of > C-style structs and calls. ports to the rescue! # whereis stat stat: /usr/ports/sysutils/stat # cd /usr/ports/sysutils/stat # make install ===> Extracting for stat-1.3 etc... -tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message