Header located at the beginning of each file in the archive.
|
| enum | tar_typeflag |
| | Different available types for a file inside a TAR archive.
|
| |
|
|
char | filename [TAR_FILENAME_SIZE] |
| | Full path of the file.
|
| |
|
char | mode [8] |
| | Permissions.
|
| |
|
char | uid [8] |
| | Owner's numeric ID.
|
| |
|
char | gid [8] |
| | Group's numeric ID.
|
| |
|
char | size [12] |
| | Size of the file (excluding header)
|
| |
|
char | mtime [12] |
| | Last modification time.
|
| |
|
char | chksum [8] |
| | Checksum.
|
| |
|
enum tar_header::tar_typeflag | type |
| | The type of this file.
|
| |
The documentation for this struct was generated from the following file: