Skip to main content

file.permissions

Description

Access permissions for a given file

Fields

IDTYPEDESCRIPTION
modeintRaw POSIX mode for the permissions
user_readableboolWhether the file is readable by its owner
user_writeableboolWhether the file is writeable by its owner
user_executableboolWhether the file is executable by its owner
group_readableboolWhether the file is readable by members of the group
group_writeableboolWhether the file is writeable by members of the group
group_executableboolWhether the file is executable by members of the group
other_readableboolWhether the file is readable by others
other_writeableboolWhether the file is writeable by others
other_executableboolWhether the file is executable by others
suidboolSUID bit indicator
sgidboolSGID bit indicator
stickyboolSticky bit indicator
isDirectoryboolWhether the file describes a directory
isFileboolWhether the file describes a regular file
isSymlinkboolWhether the file is a symlink
stringstringA simple printed string version of the permissions