Set with all read permissions.
Source position: libtar.pp line 241
const READ_PERMISSIONS = [tpReadByOwner, tpReadByGroup, tpReadByOther]; |
READ_PERMISSIONS is a set constant containing all possible read permissions set for an archive entry.
|
Complete set of permissions for file. |
|
|
Set with all permissions. |
|
|
Set with all write permissions. |
|
|
Set with all execute permissions. |