X7ROOT File Manager
Current Path:
/etc
etc
/
ðŸ“
..
📄
.etc.version
(4 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
(9.28 KB)
📄
environment
(0 B)
ðŸ“
environment-modules
ðŸ“
fonts
ðŸ“
gcrypt
📄
group
(507 B)
📄
host.conf
(9 B)
📄
hosts
(205 B)
📄
inputrc
(942 B)
📄
ld.so.cache
(40.07 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
(3.43 KB)
📄
mailips
(3.04 KB)
ðŸ“
mc
📄
mime.types
(58.94 KB)
ðŸ“
modulefiles
ðŸ“
motd.d
📄
my.cnf
(981 B)
ðŸ“
my.cnf.d
📄
nsswitch.conf
(2.07 KB)
ðŸ“
openldap
ðŸ“
pam.d
📄
passwd
(1.32 KB)
ðŸ“
pki
📄
profile
(2.86 KB)
ðŸ“
profile.d
📄
protocols
(6.41 KB)
📄
relayhosts
(0 B)
📄
resolv.conf
(113 B)
📄
rpc
(1.6 KB)
ðŸ“
sasl2
ðŸ“
scl
📄
screenrc
(6.56 KB)
ðŸ“
security
📄
senderverifybypasshosts
(51 B)
📄
services
(676.03 KB)
📄
shadow
(804 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