Fortran Library Reference

Detail of Status Array for Files

The meaning of the information returned in the INTEGER*4 array statb is as described for the structure stat under stat(2).

Spare values are not included. The order is shown in the following table:

statb(1)

statb(2)

statb(3)

statb(4)

statb(5)

statb(6)

statb(7)

statb(8)

statb(9)

statb(10)

statb(11)

statb(12)

statb(13)

Device inode resides on  

This inode's number  

Protection  

Number of hard links to the file  

User ID of owner  

Group ID of owner  

Device type, for inode that is device  

Total size of file  

File last access time  

File last modify time  

File last status change time  

Optimal blocksize for file system I/O ops  

Actual number of blocks allocated  

See also stat(2), access(3F), perror(3F), and time(3F).

Note: the path names can be no longer than MAXPATHLEN as defined in <sys/param.h>.