linux-tmp-files

Recursively lists the hidden files (those with names beginning with '.') under the /tmp, /dev, and /home directories.

Syntax

linux-tmp-files

Description

After running the linux-tmp-files command, the output fields are as follows:

Output Fields

FieldTypeDescription
file_pathStringFile path
file_nameStringFile name
file_typeStringFile type
permissionsStringPermissions
file_sizeLongFile size
file_ctimeDateLast change time
file_mtimeDateLast modification time
file_atimeDateLast access time
owner_readBooleanWhether owner read permission is given
owner_writeBooleanWhether owner write permission is given
owner_executeBooleanWhether owner execute permission is given
group_readBooleanWhether group read permission is given
group_writeBooleanWhether group write permission is given
group_executeBooleanWhether group execute permission is given
others_readBooleanWhether other read permission is given
others_writeBooleanWhether other write permission is given
others_executeBooleanWhether other execute permission is given