linux-system-files

Retrieves permissions and MD5 hashes of files in the /usr/bin directory.

Syntax

linux-system-files [md5=BOOL]
Optional Parameter
md5=BOOL
Boolean option to output the MD5 hash of files (default: f)
  • t: outputs the MD5 hash of files
  • f: NOT output the MD5 hash of files

Description

After running the linux-system-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
md5StringMD5 hash of the file
owner_readBooleanWhether owner's read permission is given to the file.
owner_writeBooleanWhether owner's write permission is given to the file.
owner_executeBooleanWhether owner's execute permission is given to the file.
group_readBooleanWhether group's read permission is given to the file.
group_writeBooleanWhether group's write permission is given to the file.
group_executeBooleanWhether group's execute permission is given to the file.
others_readBooleanWhether others' read permission is given to the file.
others_writeBooleanWhether others' write permission is given to the file.
others_executeBooleanWhether others' execute permission is given to the file.