/etc
NameSizeModeActions
alternatives/-0755rm
apache2/-0755rm
bash_completion.d/-0755rm
cl.nodejs/-0755rm
cl.php.d/-0755rm
cl.python/-0755rm
cl.selector/-0755rm
cl.selector.conf.d/-0755rm
cpanel/-0751rm
crypto-policies/-0755rm
default/-0755rm
environment-modules/-0755rm
fonts/-0755rm
gcrypt/-0755rm
imunify360/-0755rm
ld.so.conf.d/-0755rm
mail/-0755rm
modulefiles/-0755rm
motd.d/-0755rm
my.cnf.d/-0755rm
openldap/-0755rm
pam.d/-0755rm
pki/-0755rm
profile.d/-0755rm
sasl2/-0755rm
scl/-0755rm
security/-0755rm
skel/-0755rm
snmp/-0755rm
ssh/-0755rm
ssl/-0755rm
sysconfig/-0755rm
.etc.version30600editdlrm
aliases15290644editdlrm
at.deny10644editdlrm
backupmxhosts00640editdlrm
bashrc34590644editdlrm
DIR_COLORS46730644editdlrm
domainusers32450640editdlrm
environment00644editdlrm
group5120644editdlrm
host.conf90644editdlrm
hosts2320644editdlrm
inputrc9430644editdlrm
ld.so.cache362870644editdlrm
ld.so.conf280644editdlrm
localtime25290644editdlrm
mailcap2720644editdlrm
mailhelo250640editdlrm
mailips00640editdlrm
mime.types674540644editdlrm
my.cnf4270644editdlrm
nsswitch.conf21240644editdlrm
passwd13200644editdlrm
profile27000644editdlrm
protocols65680644editdlrm
relayhosts-0editdlrm
resolv.conf910644editdlrm
rpc16340644editdlrm
senderverifybypasshosts00640editdlrm
services6922520644editdlrm
shadow8380600editdlrm
skipsmtpcheckhosts00640editdlrm
spammeripblocks00640editdlrm
trusted-key.key7500644editdlrm
trustedmailhosts00640editdlrm
virc11840644editdlrm
wgetrc49250644editdlrm
Edit: /etc/inputrc (943B)
# do not bell on tab-completion #set bell-style none set meta-flag on set input-meta on set convert-meta off set output-meta on # Completed names which are symbolic links to # directories have a slash appended. set mark-symlinked-directories on $if mode=emacs # for linux console and RH/Debian xterm "\e[1~": beginning-of-line "\e[4~": end-of-line # commented out keymappings for pgup/pgdown to reach begin/end of history #"\e[5~": beginning-of-history #"\e[6~": end-of-history "\e[5~": history-search-backward "\e[6~": history-search-forward "\e[3~": delete-char "\e[2~": overwrite-mode "\e[5C": forward-word "\e[5D": backward-word "\e[1;5C": forward-word "\e[1;5D": backward-word # for rxvt "\e[8~": end-of-line "\eOc": forward-word "\eOd": backward-word # for non RH/Debian xterm, can't hurt for RH/DEbian xterm "\eOH": beginning-of-line "\eOF": end-of-line # for freebsd console "\e[H": beginning-of-line "\e[F": end-of-line $endif