X7ROOT File Manager
Current Path:
/etc
etc
/
??
..
??
.etc.version
(5 B)
??
DIR_COLORS
(4.43 KB)
??
aliases
(1.49 KB)
??
alternatives
??
apache2
??
at.deny
(1 B)
??
backupmxhosts
(0 B)
??
bash_completion.d
??
bashrc
(3.66 KB)
??
cl.nodejs
??
cl.php.d
??
cl.python
??
cl.selector
??
cl.selector.conf.d
??
cpanel
??
crypto-policies
??
cxs
??
default
??
domainusers
(46.15 KB)
??
environment
(0 B)
??
environment-modules
??
fonts
??
gcrypt
??
group
(508 B)
??
host.conf
(9 B)
??
hosts
(203 B)
??
imunify360
??
inputrc
(942 B)
??
ld.so.cache
(40.93 KB)
??
ld.so.conf
(28 B)
??
ld.so.conf.d
??
localtime
(3.48 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
(204 B)
??
mailips
(186 B)
??
mc
??
mime.types
(58.94 KB)
??
modulefiles
??
motd.d
??
my.cnf
(928 B)
??
my.cnf.d
??
nsswitch.conf
(2.07 KB)
??
openldap
??
pam.d
??
passwd
(1.3 KB)
??
pki
??
profile
(2.86 KB)
??
profile.d
??
protocols
(6.41 KB)
??
recent_authed_mail_ips
(2.02 KB)
??
relayhosts
(2.02 KB)
??
resolv.conf
(113 B)
??
rpc
(1.6 KB)
??
sasl2
??
scl
??
screenrc
(6.56 KB)
??
security
??
senderverifybypasshosts
(51 B)
??
services
(676.03 KB)
??
shadow
(876 B)
??
skel
??
skipsmtpcheckhosts
(0 B)
??
spammeripblocks
(0 B)
??
ssh
??
ssl
??
sysconfig
??
trusted-key.key
(375 B)
??
trustedmailhosts
(51 B)
??
vimrc
(1.94 KB)
??
virc
(1.18 KB)
??
wgetrc
(4.81 KB)
Editing: virc
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=ucs-bom,utf-8,latin1 endif set nocompatible " Use Vim defaults (much better!) set bs=indent,eol,start " allow backspacing over everything in insert mode "set ai " always set autoindenting on "set backup " keep a backup file set history=50 " keep 50 lines of command line history set ruler " show the cursor position all the time " Only do this part when compiled with support for autocommands if has("autocmd") augroup redhat autocmd! " In text files, always limit the width of text to 78 characters " autocmd BufRead *.txt set tw=78 " When editing a file, always jump to the last cursor position autocmd BufReadPost * \ if line("'\"") > 0 && line ("'\"") <= line("$") | \ exe "normal! g'\"" | \ endif " don't write swapfile on most commonly used directories for NFS mounts or USB sticks autocmd BufNewFile,BufReadPre /media/*,/run/media/*,/mnt/* set directory=~/tmp,/var/tmp,/tmp " start with spec file template autocmd BufNewFile *.spec 0r /usr/share/vim/vimfiles/template.spec augroup END endif filetype plugin on if &term=="xterm" set t_Co=8 set t_Sb=[4%dm set t_Sf=[3%dm endif
Upload File
Create Folder