AO Logo
 
  
  
  
Distro Files
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· aoserv platform ··· software components ··· aoserv client ··· tables ··· table definitions ··· distro files

TABLE NAME

distro_files

DESCRIPTION

The distro_files stores all of the file attributes in the templates.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
pkeypkeyfalsetrue1.0a108the unique pkey
operating_system_versionfkeyfalsefalseoperating_system_versions.pkey1.0a108the OS version that contains the file
pathpathfalsefalse1.0a108the full path to the file
optionalbooleanfalsefalse1.0a100if the file is optional
typestringfalsefalsedistro_file_types.type1.0a100the type of file
modeoctal_longfalsefalse1.0a100the mode (including file type bits)
linux_accountlinux_usernamefalsefalselinux_accounts.username1.81.22the owner of the file
linux_groupgroup_idfalsefalselinux_groups.name1.80.0the group of the file
sizelongtruefalse1.0a100the length of the file
file_sha256_0longtruefalse1.80the first 64 bits of SHA-256 hash if is a regular file
file_sha256_1longtruefalse1.80the second 64 bits of SHA-256 hash if is a regular file
file_sha256_2longtruefalse1.80the third 64 bits of SHA-256 hash if is a regular file
file_sha256_3longtruefalse1.80the fourth 64 bits of SHA-256 hash if is a regular file
symlink_targetstringtruefalse1.0a100the target if is a symbolic link