?
# # Copyright (c) 2013-2015,2019-2020,2022 Red Hat. # Copyright (c) 2000-2001,2003 Silicon Graphics, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # This file defines the directories and paths used by PCP # and is installed as the file /etc/pcp.conf for use at run-time. # # Note: the syntax of this file must allow processing to generate # correct variable assignments for both sh and make, # hence there should be no spaces immediately before or after # the equals in each assignment, no quoting on the right of the # equals although the value may contain embedded spaces. # # Shell scripts should never source this file directly, rather they # should use this file indirectly by sourcing /etc/pcp.env, i.e. # . $PCP_DIR/etc/pcp.env # this will handle the quoting and white space issues and set all # "variables" beginning with PCP_ in this file into the environment. # The defaults may be over-ridden by setting $PCP_CONF in the environment # as the full path to an alternate version of this file. # # The "standard paths" reflect the directory structure that is used by # default on the platform on which this file is installed. # # directory for _this_ file ... useful in the build # Standard path: /etc PCP_ETC_DIR=/etc # directory for PCP configuration files # Standard path: /etc/pcp PCP_SYSCONF_DIR=/etc/pcp # directory for rc/startup scripts # Standard path: /etc/init.d PCP_RC_DIR=/usr/libexec/pcp/lib # directory for sysconfig controls # Standard path: /etc/sysconfig (empty if no sysconfig support) PCP_SYSCONFIG_DIR=/etc/sysconfig # directory for public binaries # Standard path: /usr/bin PCP_BIN_DIR=/usr/bin # directory for private PCP binaries (not run directly by users) # Standard path is platform dependent, but generally one of # /usr/libexec/pcp/bin or /usr/lib/pcp/bin or /usr/share/pcp/bin PCP_BINADM_DIR=/usr/libexec/pcp/bin # directory for private PCP libraries (not used directly by users) # Standard path is platform dependent, but generally one of # /usr/libexec/pcp/lib or /usr/lib/pcp/lib or /usr/share/pcp/lib PCP_LIBADM_DIR=/usr/libexec/pcp/lib # directory for runtime shared libraries, libpcp.so, etc. # Standard path: /usr/lib PCP_LIB_DIR=/usr/lib64 PCP_LIB32_DIR=/usr/lib # directory for shared PCP files (shareable for diskless) # Standard path: /usr/share/pcp # Subdirectories: bin lib PCP_SHARE_DIR=/usr/share/pcp # directory for headers # Standard path: /usr/include/pcp PCP_INC_DIR=/usr/include/pcp # parent directory of man pages # Standard path: /usr/man # Subdirectories: man1 man3 man5 PCP_MAN_DIR=/usr/share/man # runtime directory for non-shared (i.e. system local) PCP files # Standard path: /var/lib/pcp # Subdirectories: config pmns (note see $PCP_PMDAS_DIR) for pmdas PCP_VAR_DIR=/var/lib/pcp # path to pmcd config file # Standard path: $PCP_SYSCONF_DIR/pmcd/pmcd.conf PCP_PMCDCONF_PATH=/etc/pcp/pmcd/pmcd.conf # path to pmcd options file # Standard path: $PCP_SYSCONF_DIR/pmcd/pmcd.options PCP_PMCDOPTIONS_PATH=/etc/pcp/pmcd/pmcd.options # path to site-local pmcd startup script # Standard path: $PCP_SYSCONF_DIR/pmcd/rc.local PCP_PMCDRCLOCAL_PATH=/etc/pcp/pmcd/rc.local # path to pmproxy options file # Standard path: $PCP_SYSCONF_DIR/pmproxy/pmproxy.options PCP_PMPROXYOPTIONS_PATH=/etc/pcp/pmproxy/pmproxy.options # path to pmie control file # Standard path: $PCP_SYSCONF_DIR/pmie/control PCP_PMIECONTROL_PATH=/etc/pcp/pmie/control # path to pmsnap control file # Standard path: $PCP_SYSCONF_DIR/pmsnap/control PCP_PMSNAPCONTROL_PATH=/etc/pcp/pmsnap/control # path to pmlogger control file # Standard path: $PCP_SYSCONF_DIR/pmlogger/control PCP_PMLOGGERCONTROL_PATH=/etc/pcp/pmlogger/control # runtime directory for PCP PMDA files # Standard path: /var/lib/pcp/pmdas # Subdirectories: one per PMDA PCP_PMDAS_DIR=/var/lib/pcp/pmdas # installed files directory for PCP PMDA files # Standard path: /usr/libexec/pcp/pmdas or /usr/lib/pcp/pmdas # Subdirectories: one per PMDA PCP_PMDASADM_DIR=/usr/libexec/pcp/pmdas # directory for PCP pid files # Standard path: /var/run/pcp PCP_RUN_DIR=/run/pcp # directory for PCP daemon log files # Standard path: /var/log/pcp # Subdirectories: pmcd pmlogger pmie PCP_LOG_DIR=/var/log/pcp # parent directory of PCP archive directories # Standard path: /var/log/pcp/pmlogger PCP_ARCHIVE_DIR=/var/log/pcp/pmlogger # default version for generating PCP archives # Possible versions: 2, 3 (3 requires PCP 6+) PCP_ARCHIVE_VERSION=2 # directory for daily PCP activity reports # Standard path: /var/log/pcp/sa PCP_SA_DIR=/var/log/pcp/sa # path to system-wide process accounting file # Standard path: /var/account/pacct PCP_PACCT_SYSTEM_PATH=/var/account/pacct # directory for PCP temp status files # Standard path: /var/lib/pcp/tmp # Subdirectories: pmie pmlogger PCP_TMP_DIR=/var/lib/pcp/tmp # directory for PCP temp work files # Standard path: /var/tmp PCP_TMPFILE_DIR=/var/tmp # directory for PCP documentation # Standard path: /usr/share/doc/pcp PCP_DOC_DIR=/usr/share/doc/pcp PCP_HTML_DIR=/usr/share/doc/pcp-doc/html # directory for PCP demos and examples # Standard path: /usr/share/pcp/demos PCP_DEMOS_DIR=/usr/share/pcp/demos # path to PCP TLS configuration file # Standard path: /etc/pcp/tls.conf PCP_TLSCONF_PATH=/etc/pcp/tls.conf # awk PCP_AWK_PROG="/usr/bin/gawk --posix" # unix-like sort PCP_SORT_PROG=/usr/bin/sort # tools needed to rebuild things on the target platform PCP_MAKE_PROG=/usr/bin/gmake PCP_CC_PROG="gcc " # echo # for lines without newline, use # $PCP_ECHO_PROG $PCP_ECHO_N "string""$PCP_ECHO_C" PCP_ECHO_PROG=/usr/bin/echo PCP_ECHO_N=-n PCP_ECHO_C= # write to the system log PCP_SYSLOG_PROG=logger # running process list PCP_PS_PROG=ps PCP_PS_ALL_FLAGS="-efw" # preferred python executable # Standard program: python, python26, python3 (or empty) PCP_PYTHON_PROG=/usr/bin/python3 # preferred perl executable # Standard program: perl (or empty) PCP_PERL_PROG=perl # locate executables PCP_WHICH_PROG=/usr/bin/which # host operating system PCP_PLATFORM=linux PCP_PLATFORM_PATHS=/usr/bin/X11:/usr/local/bin # PCP version PCP_VERSION=6.2.2 # confirmation dialog PCP_XCONFIRM_PROG=/usr/bin/pmconfirm # default account for running daemons (preferably unprivileged) # Standard user: "pcp" and group: "pcp" PCP_USER=pcp PCP_GROUP=pcp # directory for SASL configuration files # Standard path: /etc/sasl2 PCP_SASLCONF_DIR=/etc/sasl2 # directory for systemd unit files, sysusers and tmpfiles specifications # Standard path: /usr/lib/systemd/systemd, /usr/lib/{sysusers,tmpfiles}.d PCP_SYSTEMDUNIT_DIR=/usr/lib/systemd/system PCP_SYSTEMDSYSUSERS_DIR=/usr/lib/sysusers.d PCP_SYSTEMDTMPFILES_DIR=/usr/lib/tmpfiles.d # verbose logging of PCP "rc" scripts launched from init, cron or systemd # ... logging goes to $PCP_LOG_DIR/NOTICES # expect this to be changed manually (to true) if required PCP_LOG_RC_SCRIPTS=false
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ImageMagick-6 | Folder | 0755 |
|
|
NetworkManager | Folder | 0755 |
|
|
UPower | Folder | 0755 |
|
|
X11 | Folder | 0755 |
|
|
alsa | Folder | 0755 |
|
|
alternatives | Folder | 0755 |
|
|
apache2 | Folder | 0755 |
|
|
audit | Folder | 0750 |
|
|
authselect | Folder | 0755 |
|
|
bash_completion.d | Folder | 0755 |
|
|
binfmt.d | Folder | 0755 |
|
|
cagefs | Folder | 0755 |
|
|
chkconfig.d | Folder | 0755 |
|
|
chkserv.d | Folder | 0755 |
|
|
cifs-utils | Folder | 0755 |
|
|
cl.selector | Folder | 0755 |
|
|
cpanel | Folder | 0751 |
|
|
cron.d | Folder | 0755 |
|
|
cron.daily | Folder | 0755 |
|
|
cron.hourly | Folder | 0755 |
|
|
cron.monthly | Folder | 0755 |
|
|
cron.weekly | Folder | 0755 |
|
|
crypto-policies | Folder | 0755 |
|
|
dbus-1 | Folder | 0755 |
|
|
dconf | Folder | 0755 |
|
|
default | Folder | 0755 |
|
|
depmod.d | Folder | 0755 |
|
|
dhcp | Folder | 0755 |
|
|
dnf | Folder | 0755 |
|
|
dovecot | Folder | 0755 |
|
|
dpkg | Folder | 0755 |
|
|
dracut.conf.d | Folder | 0755 |
|
|
egl | Folder | 0755 |
|
|
environment-modules | Folder | 0755 |
|
|
exports.d | Folder | 0755 |
|
|
firewalld | Folder | 0750 |
|
|
flatpak | Folder | 0755 |
|
|
fonts | Folder | 0755 |
|
|
gcrypt | Folder | 0755 |
|
|
geoclue | Folder | 0755 |
|
|
glvnd | Folder | 0755 |
|
|
gnupg | Folder | 0755 |
|
|
groff | Folder | 0755 |
|
|
grub.d | Folder | 0700 |
|
|
gss | Folder | 0755 |
|
|
gssproxy | Folder | 0755 |
|
|
imunify360 | Folder | 0755 |
|
|
init.d | Folder | 0755 |
|
|
iproute2 | Folder | 0755 |
|
|
issue.d | Folder | 0755 |
|
|
kdump | Folder | 0755 |
|
|
kernel | Folder | 0755 |
|
|
keys | Folder | 0755 |
|
|
keyutils | Folder | 0755 |
|
|
krb5.conf.d | Folder | 0755 |
|
|
ld.so.conf.d | Folder | 0755 |
|
|
libibverbs.d | Folder | 0755 |
|
|
libnl | Folder | 0755 |
|
|
libpaper.d | Folder | 0755 |
|
|
libreport | Folder | 0755 |
|
|
libssh | Folder | 0755 |
|
|
logrotate.d | Folder | 0755 |
|
|
Folder | 0755 |
|
||
microcode_ctl | Folder | 0755 |
|
|
modprobe.d | Folder | 0755 |
|
|
modulefiles | Folder | 0755 |
|
|
modules-load.d | Folder | 0755 |
|
|
motd.d | Folder | 0755 |
|
|
my.cnf.d | Folder | 0755 |
|
|
named | Folder | 0750 |
|
|
nftables | Folder | 0700 |
|
|
nginx | Folder | 0755 |
|
|
nvme | Folder | 0755 |
|
|
openldap | Folder | 0755 |
|
|
opt | Folder | 0755 |
|
|
ostree | Folder | 0755 |
|
|
pam.d | Folder | 0755 |
|
|
pcp | Folder | 0755 |
|
|
pdns | Folder | 0755 |
|
|
pkcs11 | Folder | 0755 |
|
|
pkgconfig | Folder | 0755 |
|
|
pki | Folder | 0755 |
|
|
pm | Folder | 0755 |
|
|
polkit-1 | Folder | 0755 |
|
|
popt.d | Folder | 0755 |
|
|
profile.d | Folder | 0755 |
|
|
proftpd | Folder | 0751 |
|
|
pulse | Folder | 0755 |
|
|
qemu-ga | Folder | 0755 |
|
|
rc.d | Folder | 0755 |
|
|
rc0.d | Folder | 0755 |
|
|
rc1.d | Folder | 0755 |
|
|
rc2.d | Folder | 0755 |
|
|
rc3.d | Folder | 0755 |
|
|
rc4.d | Folder | 0755 |
|
|
rc5.d | Folder | 0755 |
|
|
rc6.d | Folder | 0755 |
|
|
request-key.d | Folder | 0755 |
|
|
rpm | Folder | 0755 |
|
|
rsyslog.d | Folder | 0755 |
|
|
rwtab.d | Folder | 0755 |
|
|
sasl2 | Folder | 0755 |
|
|
scl | Folder | 0755 |
|
|
security | Folder | 0755 |
|
|
selinux | Folder | 0755 |
|
|
sgml | Folder | 0755 |
|
|
skel | Folder | 0755 |
|
|
smartmontools | Folder | 0755 |
|
|
ssh | Folder | 0755 |
|
|
ssl | Folder | 0755 |
|
|
sssd | Folder | 0700 |
|
|
statetab.d | Folder | 0755 |
|
|
sudoers.d | Folder | 0750 |
|
|
sw-engine | Folder | 0755 |
|
|
sysconfig | Folder | 0755 |
|
|
sysctl.d | Folder | 0755 |
|
|
systemd | Folder | 0755 |
|
|
terminfo | Folder | 0755 |
|
|
tmpfiles.d | Folder | 0755 |
|
|
tpm2-tss | Folder | 0755 |
|
|
udev | Folder | 0755 |
|
|
valiases | Folder | 0751 |
|
|
vdomainaliases | Folder | 0751 |
|
|
vfilters | Folder | 0751 |
|
|
wireplumber | Folder | 0755 |
|
|
xdg | Folder | 0755 |
|
|
xml | Folder | 0755 |
|
|
yum | Folder | 0755 |
|
|
yum.repos.d | Folder | 0755 |
|
|
.pwd.lock | File | 0 B | 0600 |
|
.updated | File | 208 B | 0644 |
|
.whostmgrft | File | 0 B | 0644 |
|
DIR_COLORS | File | 4.56 KB | 0644 |
|
DIR_COLORS.lightbgcolor | File | 4.64 KB | 0644 |
|
GREP_COLORS | File | 94 B | 0644 |
|
adjtime | File | 18 B | 0644 |
|
agent360-token.ini | File | 72 B | 0640 |
|
agent360.ini | File | 951 B | 0640 |
|
aliases | File | 1.49 KB | 0644 |
|
almalinux-release | File | 36 B | 0644 |
|
anacrontab | File | 541 B | 0644 |
|
antivirus.exim | File | 10.38 KB | 0644 |
|
asound.conf | File | 55 B | 0644 |
|
at.deny | File | 1 B | 0644 |
|
backupmxhosts | File | 0 B | 0640 |
|
bashrc | File | 3.38 KB | 0644 |
|
bindresvport.blacklist | File | 535 B | 0644 |
|
blocked_incoming_email_countries | File | 0 B | 0640 |
|
blocked_incoming_email_country_ips | File | 0 B | 0640 |
|
blocked_incoming_email_domains | File | 0 B | 0640 |
|
chrony.conf | File | 1.34 KB | 0644 |
|
chrony.keys | File | 540 B | 0640 |
|
cpanel_exim_system_filter | File | 11.86 KB | 0644 |
|
cpanel_mail_netblocks | File | 15 B | 0640 |
|
cpbackup-exclude.conf | File | 138 B | 0644 |
|
cpspamd.conf | File | 0 B | 0644 |
|
cpupdate.conf | File | 93 B | 0644 |
|
cron.deny | File | 7 B | 0644 |
|
crontab | File | 451 B | 0644 |
|
crypttab | File | 0 B | 0600 |
|
csh.cshrc | File | 1.37 KB | 0644 |
|
csh.login | File | 1.09 KB | 0644 |
|
dbowners | File | 260 B | 0640 |
|
demodomains | File | 0 B | 0640 |
|
demouids | File | 0 B | 0640 |
|
demousers | File | 0 B | 0640 |
|
digestshadow | File | 0 B | 0640 |
|
domain_remote_mx_ips.cdb | File | 2.98 KB | 0640 |
|
domainips | File | 15 B | 0644 |
|
domainusers | File | 324 B | 0640 |
|
dracut.conf | File | 117 B | 0644 |
|
email_send_limits | File | 694 B | 0640 |
|
environment | File | 0 B | 0644 |
|
ethertypes | File | 1.33 KB | 0644 |
|
exim.conf | File | 85.59 KB | 0644 |
|
exim.conf.dist | File | 25.79 KB | 0644 |
|
exim.conf.localopts | File | 2.06 KB | 0644 |
|
exim.conf.localopts.shadow | File | 0 B | 0600 |
|
exim.conf.mailman2.dist | File | 29.03 KB | 0644 |
|
exim.conf.mailman2.exiscan.dist | File | 29.2 KB | 0644 |
|
exim.crt | File | 3.55 KB | 0660 |
|
exim.key | File | 1.64 KB | 0660 |
|
exim.pl | File | 231 B | 0644 |
|
exim.pl.local | File | 166.86 KB | 0644 |
|
exim_suspended_list | File | 715 B | 0640 |
|
exim_trusted_configs | File | 24 B | 0644 |
|
eximmailtrap | File | 0 B | 0644 |
|
eximrejects | File | 163 B | 0644 |
|
eximrejects.rpmorig | File | 367 B | 0644 |
|
exports | File | 0 B | 0644 |
|
favicon.png | File | 226 B | 0644 |
|
filesystems | File | 66 B | 0644 |
|
freetds.conf | File | 1.13 KB | 0644 |
|
fstab | File | 612 B | 0644 |
|
ftpd-ca.pem | File | 0 B | 0660 |
|
ftpd-rsa-key.pem | File | 1.64 KB | 0660 |
|
ftpd-rsa.pem | File | 1.47 KB | 0660 |
|
ftpddisable | File | 0 B | 0644 |
|
fuse.conf | File | 38 B | 0644 |
|
greylist_common_mail_providers | File | 0 B | 0644 |
|
greylist_trusted_netblocks | File | 0 B | 0640 |
|
group | File | 1.4 KB | 0644 |
|
group- | File | 1.14 KB | 0644 |
|
File | 0 B | 0 |
|
|
gshadow | File | 1.13 KB | 0600 |
|
gshadow- | File | 968 B | 0000 |
|
host.conf | File | 9 B | 0644 |
|
hostname | File | 22 B | 0644 |
|
hosts | File | 212 B | 0644 |
|
idmapd.conf | File | 5.66 KB | 0644 |
|
inittab | File | 490 B | 0644 |
|
inputrc | File | 943 B | 0644 |
|
ipaddrpool | File | 0 B | 0644 |
|
ips | File | 0 B | 0644 |
|
ips.dnsmaster | File | 46 B | 0644 |
|
issue | File | 23 B | 0644 |
|
issue.net | File | 22 B | 0644 |
|
kdump.conf | File | 8.77 KB | 0644 |
|
krb5.conf | File | 880 B | 0644 |
|
ld.so.cache | File | 35.94 KB | 0644 |
|
ld.so.conf | File | 28 B | 0644 |
|
libaudit.conf | File | 191 B | 0640 |
|
libuser.conf | File | 2.33 KB | 0644 |
|
localaliases | File | 0 B | 0644 |
|
localdomains | File | 308 B | 0640 |
|
localdomains.rpmnew | File | 0 B | 0644 |
|
locale.conf | File | 19 B | 0644 |
|
locales.conf | File | 370 B | 0644 |
|
localtime | File | 2.24 KB | 0644 |
|
lock_manager_local.ini | File | 829 B | 0644 |
|
login.defs | File | 7.6 KB | 0644 |
|
logrotate.conf | File | 496 B | 0644 |
|
machine-id | File | 33 B | 0444 |
|
magic | File | 111 B | 0644 |
|
mailbox_formats | File | 254 B | 0640 |
|
mailcap | File | 272 B | 0644 |
|
mailhelo | File | 31 B | 0640 |
|
mailips | File | 0 B | 0640 |
|
mailname | File | 29 B | 0644 |
|
makedumpfile.conf.sample | File | 5 KB | 0644 |
|
man_db.conf | File | 5.11 KB | 0644 |
|
mime.types | File | 65.87 KB | 0644 |
|
mke2fs.conf | File | 1.18 KB | 0644 |
|
motd | File | 302 B | 0644 |
|
mtab | File | 0 B | 0444 |
|
my.cnf | File | 438 B | 0644 |
|
named.conf | File | 5.87 KB | 0644 |
|
named.conf.cache | File | 1.22 KB | 0600 |
|
named.conf.precpanelinstall | File | 1.7 KB | 0640 |
|
named.conf.prerebuilddnsconfig | File | 3.43 KB | 0644 |
|
named.conf.rebuilddnsconfig | File | 3.43 KB | 0644 |
|
named.conf.zonedir.cache | File | 57 B | 0600 |
|
named.rfc1912.zones | File | 1 KB | 0640 |
|
named.root.key | File | 686 B | 0644 |
|
nanorc | File | 10.13 KB | 0644 |
|
neighbor_netblocks | File | 16 B | 0640 |
|
netconfig | File | 767 B | 0644 |
|
networks | File | 58 B | 0644 |
|
nfs.conf | File | 1.59 KB | 0644 |
|
nfsmount.conf | File | 3.52 KB | 0644 |
|
nocgiusers | File | 0 B | 0640 |
|
nscd.conf | File | 2.67 KB | 0644 |
|
nsswitch.conf | File | 2.07 KB | 0644 |
|
nsswitch.conf.bak | File | 2.06 KB | 0644 |
|
odbc.ini | File | 0 B | 0644 |
|
odbcinst.ini | File | 1.85 KB | 0644 |
|
os-release | File | 570 B | 0644 |
|
outgoing_mail_hold_users | File | 0 B | 0640 |
|
outgoing_mail_suspended_users | File | 27 B | 0640 |
|
papersize | File | 68 B | 0644 |
|
passwd | File | 3.7 KB | 0644 |
|
passwd- | File | 2.83 KB | 0644 |
|
passwd.cache | File | 21.5 KB | 0600 |
|
passwd.nouids.cache | File | 10.9 KB | 0600 |
|
pcp.conf | File | 7.17 KB | 0644 |
|
pool.conf | File | 219 B | 0644 |
|
printcap | File | 233 B | 0644 |
|
profile | File | 2.64 KB | 0644 |
|
protocols | File | 6.41 KB | 0644 |
|
pure-ftpd.pem | File | 3.11 KB | 0660 |
|
rc.local | File | 542 B | 0755 |
|
recent_authed_mail_ips | File | 0 B | 0644 |
|
recent_authed_mail_ips_users | File | 0 B | 0644 |
|
recent_recipient_mail_server_ips | File | 89 B | 0640 |
|
redhat-release | File | 36 B | 0644 |
|
relayhosts | File | 0 B | 0644 |
|
relayhostsusers | File | 0 B | 0644 |
|
remotedomains | File | 0 B | 0644 |
|
request-key.conf | File | 1.75 KB | 0644 |
|
resolv.conf | File | 65 B | 0644 |
|
rpc | File | 1.6 KB | 0644 |
|
rsyncd.conf | File | 458 B | 0644 |
|
rsyslog.conf | File | 3.3 KB | 0644 |
|
s-nail.rc | File | 9.4 KB | 0444 |
|
secondarymx | File | 0 B | 0640 |
|
senderverifybypasshosts | File | 0 B | 0640 |
|
services | File | 676.03 KB | 0644 |
|
sestatus.conf | File | 216 B | 0644 |
|
shadow | File | 2.98 KB | 0600 |
|
shadow- | File | 1.24 KB | 0000 |
|
shadow.nouids.cache | File | 12.37 KB | 0600 |
|
shells | File | 128 B | 0644 |
|
skipsmtpcheckhosts | File | 0 B | 0640 |
|
spammeripblocks | File | 0 B | 0640 |
|
spammers | File | 0 B | 0644 |
|
ssldomains | File | 0 B | 0600 |
|
stats.conf | File | 37 B | 0644 |
|
subgid | File | 0 B | 0644 |
|
subuid | File | 0 B | 0644 |
|
sudo-ldap.conf | File | 3.11 KB | 0640 |
|
sudo.conf | File | 3.89 KB | 0640 |
|
sudoers | File | 4.23 KB | 0440 |
|
sysctl.conf | File | 530 B | 0644 |
|
system-release | File | 36 B | 0644 |
|
system-release-cpe | File | 37 B | 0644 |
|
trueuserdomains | File | 324 B | 0640 |
|
trueuserowners | File | 195 B | 0644 |
|
trusted-key.key | File | 375 B | 0644 |
|
trusted_mail_users | File | 0 B | 0640 |
|
trustedmailhosts | File | 0 B | 0640 |
|
userbwlimits | File | 338 B | 0640 |
|
userdatadomains | File | 2.38 KB | 0640 |
|
userdatadomains.json | File | 2.61 KB | 0640 |
|
userdomains | File | 465 B | 0640 |
|
userips | File | 350 B | 0640 |
|
userplans | File | 255 B | 0640 |
|
vconsole.conf | File | 28 B | 0644 |
|
virc | File | 1.16 KB | 0644 |
|
webspam | File | 0 B | 0644 |
|
wgetrc | File | 4.81 KB | 0644 |
|
wwwacct.conf | File | 246 B | 0644 |
|
wwwacct.conf.cache | File | 315 B | 0644 |
|
wwwacct.conf.shadow | File | 79 B | 0600 |
|
wwwacct.conf.shadow.cache | File | 418 B | 0600 |
|
xattr.conf | File | 817 B | 0644 |
|
yum.conf | File | 216 B | 0644 |
|