File: special/licenses/files/stat
base-0 patch-1
Line 1Line 0
/******************************************************************************
*******************************************************************************
**
** Copyright (c) 2001 Grant Erickson <eric205@umn.edu>
**
** Module name: stat.c
** Date: 2001/02/23
**
** Description:
** This program utilizes the fstat, lstat, and stat system calls to
** retrieve file attributes and report them to the user in an easy-
** to read format (numeric output is an option). Please see the
** stat(1) reference page or try 'stat -v' for more information.
**
** This program was inspired by, and for the most part mimicks, the
** 'stat' program found on the Silicon Graphics Irix operating
** system. To a smaller extent, it shares some similarities with the
** 'stat' program written by Rich Kulawiec of Purdue University.
**
*******************************************************************************
******************************************************************************/