Guardian User's Guide
Managing Files With TACL
Guardian User’s Guide—425266-001
3-7
Getting File Information (FILEINFO Command)
For each file, FILEINFO displays the system, volume, subvolume names, and: 
To display information for all files in your current volume and subvolume, enter 
FILEINFO without a file name: 
You can use wildcards as described under Using Wildcards
 on page 3-5.
To display information about all files in the current default subvolume whose names 
begin with the letter B:   
To display information about any file in subvolume $GERT.ALICE whose name is six 
characters long, beginning with SECT and ending with the number 2:   
Open/Crash indicator If displayed, indicates the file is open (O) or marked crash-open (?).
Corrupt/SQL 
DDL/Free Space 
indicator
If displayed, indicates the file is corrupt (C), and SQL DDL 
operation is currently in progress (D), or an SQL DDL operation has 
left unreclaimed free space (F).
Code File code (EDIT files have file code 101).
Flags (PAL+) If displayed, indicates a program file with PROGID authority (P), 
the file is audited (A), licensed (L), or File Format 2(+).
EOF
Number of bytes in the file (also, end of file).
Last Modification Date and time the file was last modified.
Owner User ID of the file owner.
RWEP Read, write, execute, and purge security assigned to the file; **** is 
displayed for files protected by Safeguard (security codes are 
explained in Section 7, Using FUP for Basic File Management), ---
- for files that do not exist, and #### for files under OSS security.
PExt SExt Primary and secondary extent sizes in pages (file extents are 
explained in Section 8, Using FUP for Advanced File Management).
12> FILEINFO
$GERT.STEIN
  Code EOF Last Modification  Owner  RWEP  PExt SExt
BELL  101 9872 17MAR1998 06:30:52 8,23  NUUU  12 12
BOOK  101 768 08JUN1998 21:56:29 8,23  OOOO  6  6
CANDLE 101 961 07OCT1998 14:27:23 8,23  NUUU  18 18
PATIENCE 101 566 10JAN1999 07:08:14 8,23  OOOO  4  4
SARAH 101  1456 10JAN1999 08:14:46  8,23  GOGO  18  18
13> FILEINFO B*
$GERT.STEIN
  Code  EOF Last Modification Owner RWEP PExt  SExt
BELL  101 9872 17MAR1998 06:30:52  8,23 NUUU 12  12
BOOK  101  768 08JUN1998 21:56:29  8,23 OOOO  6  6
14> FILEINFO ALICE.SECT?2
$GERT.ALICE
  Code  EOF Last Modification  Owner  RWEP PExt SExt
SECT12 101  2456 10JAN1999 08:14:46  8,23  GOGO  18  18
SECT22 101  5617 10JAN1999 15:23:37  8,23  NUUU  10  10










