tar-xz - v6.1.1
    Preparing search index...

    Variable TarEntryTypeConst

    TarEntryType: {
        BLOCKDEV: "4";
        CHARDEV: "3";
        CONTIGUOUS: "7";
        DIRECTORY: "5";
        FIFO: "6";
        FILE: "0";
        HARDLINK: "1";
        PAX_GLOBAL: "g";
        PAX_HEADER: "x";
        SYMLINK: "2";
    } = ...

    TAR entry type flags (POSIX ustar format)

    Type Declaration

    • ReadonlyBLOCKDEV: "4"

      Block device

    • ReadonlyCHARDEV: "3"

      Character device

    • ReadonlyCONTIGUOUS: "7"

      Contiguous file

    • ReadonlyDIRECTORY: "5"

      Directory

    • ReadonlyFIFO: "6"

      FIFO (named pipe)

    • ReadonlyFILE: "0"

      Regular file

    • Hard link

    • ReadonlyPAX_GLOBAL: "g"

      PAX global extended header

    • ReadonlyPAX_HEADER: "x"

      PAX extended header for next file

    • Symbolic link