MyOS Kernel
tar_header Struct Reference

Data Fields

char filename [100]
 Filename of file descried by the tar header.
 
char mode [8]
 Mode as an octal string.
 
char uid [8]
 UID of owner as an octal string.
 
char gid [8]
 GID of owner as an octal string.
 
char size [12]
 Size of file as an octal string.
 
char mtime [12]
 Modification time as an octal string.
 
char chksum [8]
 Checksum as octal string.
 
char typeflag [1]
 File type. (0 for normal file)
 

Detailed Description

REspresents a TAR file header


The documentation for this struct was generated from the following file: