X7ROOT File Manager
Current Path:
/etc
etc
/
📁
..
📄
.etc.version
(6 B)
📄
DIR_COLORS
(4.43 KB)
📄
aliases
(1022 B)
📄
aliases.db
(12 KB)
📁
alternatives
📁
apache2
📄
at.deny
(1 B)
📄
backupmxhosts
(0 B)
📁
bash_completion.d
📄
bashrc
(1.81 KB)
📁
cl.nodejs
📁
cl.php.d
📁
cl.python
📁
cl.selector
📁
cl.selector.conf.d
📁
cpanel
📁
crypto-policies
📁
default
📄
domainusers
(12.34 KB)
📄
environment
(0 B)
📁
environment-modules
📁
fonts
📁
gcrypt
📄
group
(580 B)
📄
host.conf
(9 B)
📄
hosts
(188 B)
📄
inputrc
(942 B)
📄
ld.so.cache
(44.28 KB)
📄
ld.so.conf
(28 B)
📁
ld.so.conf.d
📄
localtime
(2.17 KB)
📄
lynx-site.cfg
(66 B)
📄
lynx.cfg
(158.66 KB)
📄
lynx.lss
(3.5 KB)
📁
mail
📄
mail.rc
(1.92 KB)
📄
mailcap
(272 B)
📄
mailhelo
(137.12 KB)
📄
mailips
(118.13 KB)
📁
mc
📄
mime.types
(50.89 KB)
📁
modulefiles
📁
motd.d
📄
my.cnf
(448 B)
📁
my.cnf.d
📄
nsswitch.conf
(1.69 KB)
📄
odbc.ini
(0 B)
📄
odbcinst.ini
(1.1 KB)
📁
openldap
📁
pam.d
📄
passwd
(1.41 KB)
📁
pki
📄
profile
(2.29 KB)
📁
profile.d
📄
protocols
(6.41 KB)
📄
recent_authed_mail_ips
(4.14 KB)
📄
relayhosts
(4.14 KB)
📄
resolv.conf
(92 B)
📄
rpc
(1.6 KB)
📁
sasl2
📁
scl
📁
security
📄
senderverifybypasshosts
(0 B)
📄
services
(676.03 KB)
📄
shadow
(905 B)
📁
skel
📄
skipsmtpcheckhosts
(152 B)
📁
snmp
📄
spammeripblocks
(0 B)
📁
ssh
📁
ssl
📁
sysconfig
📄
trusted-key.key
(375 B)
📄
trustedmailhosts
(152 B)
📄
vimrc
(1.99 KB)
📄
virc
(1.23 KB)
📄
wgetrc
(4.81 KB)
📄
zlogin
(252 B)
📄
zlogout
(86 B)
📄
zprofile
(375 B)
📄
zshenv
(510 B)
📄
zshrc
(1.11 KB)
Editing: bashrc
# /etc/bashrc # System wide functions and aliases # Environment stuff goes in /etc/profile # For some unknown reason bash refuses to inherit # PS1 in some circumstances that I can't figure out. # Putting PS1 here ensures that it gets loaded every time. alias which="type -path" export EDITOR="pico" export VISUAL="pico" PS1="\u@\h [\w]# " whoami=`whoami` if [ -e "~/.dns" ]; then DNS=`cat ~/.dns` PS1="\u@$DNS [\w]# " else if [ -e "/var/cpanel/users/$whoami" ]; then eval `grep DNS= /var/cpanel/users/$whoami` if [ ! "$DNS" = "" ]; then echo -n "$DNS" > ~/.dns PS1="\u@$DNS [\w]# " fi fi fi if [ ! -e ~/public_html/cgi-bin ]; then mkdir -p ~/public_html/cgi-bin fi if [ ! -e ~/public_ftp ]; then mkdir -p ~/public_ftp fi mesg y #alias monitor_logins="watch -n 1 w -hs" #alias list_processes="ps -uxa | more" # Now for the dos users alias dir="ls" alias copy="cp" alias del="rm" alias deltree="rm -r" alias move="mv" alias ff="whereis" alias attrib="chmod" alias edit="pico" alias chdir="cd" alias mem="top" alias search="grep" alias pico="pico -w -z" LS_OPTIONS='--color=tty -F -a -b -T 0'; export LS_OPTIONS; #alias ls='/bin/ls $LS_OPTIONS'; alias dir='/bin/ls $LS_OPTIONS --format=vertical'; alias vdir='/bin/ls $LS_OPTIONS --format=long'; alias d=dir; alias v=vdir; eval `dircolors -b` export JAVA_HOME=/usr/local/jdk export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=.:$JAVA_HOME/lib/classes.zip export PATH="$PATH:/usr/local/bin:/usr/X11R6/bin" #cPanel Added User Commands -- BEGIN # Insert an entry into the PATH after all of the user's home directory paths. PATH="$(/usr/local/cpanel/3rdparty/bin/perl -e 'print join ":", map { ( ( !/^\Q$ENV{HOME}\E/ && !$seen++ ? @ARGV : () ), $_ ) } split /:/, $ENV{PATH};' /usr/local/cpanel/3rdparty/lib/path-bin)" export PATH #cPanel Added User Commands -- END
Upload File
Create Folder