XYZ File Manager
Current Path:
/etc
etc
/
📁
..
📄
.etc.version
(3 B)
📄
DIR_COLORS
(4.56 KB)
📄
aliases
(1.49 KB)
📁
alternatives
📁
bash_completion.d
📄
bashrc
(2.6 KB)
📁
cl.nodejs
📁
cl.php.d
📁
cl.python
📁
cl.selector
📁
cl.selector.conf.d
📁
crypto-policies
📁
default
📄
environment
(36 B)
📁
environment-modules
📁
fonts
📁
gcrypt
📄
group
(427 B)
📄
host.conf
(9 B)
📄
hosts
(1.77 KB)
📄
inputrc
(943 B)
📄
ld.so.cache
(48.47 KB)
📄
ld.so.conf
(28 B)
📁
ld.so.conf.d
📄
localtime
(114 B)
📁
mail
📁
mc
📁
modulefiles
📁
motd.d
📄
my.cnf
(2.91 KB)
📁
my.cnf.d
📄
nsswitch.conf
(2.07 KB)
📄
odbc.ini
(0 B)
📄
odbcinst.ini
(230 B)
📁
openldap
📁
pam.d
📄
passwd
(976 B)
📁
php.d
📄
php.ini
(60.67 KB)
📁
pki
📄
profile
(1.85 KB)
📁
profile.d
📄
protocols
(6.41 KB)
📄
resolv.conf
(124 B)
📄
rpc
(1.6 KB)
📄
rsyncd.conf
(458 B)
📁
sasl2
📁
scl
📄
screenrc
(6.56 KB)
📁
security
📄
services
(676.58 KB)
📄
shadow
(740 B)
📁
skel
📁
ssh
📁
ssl
📁
subversion
📁
sysconfig
📄
trusted-key.key
(375 B)
📄
vimrc
(3.92 KB)
📄
virc
(1.16 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 if &term=="xterm" set t_Co=8 set t_Sb=[4%dm set t_Sf=[3%dm endif
Upload File
Create Folder