Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.87.185
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
X11 /
xinit /
Delete
Unzip
Name
Size
Permission
Date
Action
Xclients.d
[ DIR ]
drwxr-xr-x
2018-04-10 23:46
xinitrc.d
[ DIR ]
drwxr-xr-x
2022-01-26 17:33
xinput.d
[ DIR ]
drwxr-xr-x
2022-01-26 17:33
Xclients
2.1
KB
-rwxr-xr-x
2018-04-10 20:24
Xsession
3.46
KB
-rwxr-xr-x
2018-04-10 20:24
xinitrc
1.45
KB
-rwxr-xr-x
2018-04-10 20:24
xinitrc-common
1.93
KB
-rw-r--r--
2018-04-10 20:24
xinputrc
548
B
-rw-r--r--
2020-11-16 14:42
Save
Rename
#!/bin/sh # Copyright (C) 1999 - 2005 Red Hat, Inc. All rights reserved. This # copyrighted material is made available to anyone wishing to use, modify, # copy, or redistribute it subject to the terms and conditions of the # GNU General Public License version 2. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Authors: # Mike A. Harris <mharris@redhat.com> # Mandatorily source xinitrc-common, which is common code shared between the # Xsession and xinitrc scripts which has been factored out to avoid duplication . /etc/X11/xinit/xinitrc-common # The user may have their own clients they want to run. If they don't, # fall back to system defaults. if [ -f $HOME/.Xclients ]; then exec $CK_XINIT_SESSION $SSH_AGENT $HOME/.Xclients || \ exec $CK_XINIT_SESSION $SSH_AGENT $HOME/.Xclients elif [ -f /etc/X11/xinit/Xclients ]; then exec $CK_XINIT_SESSION $SSH_AGENT /etc/X11/xinit/Xclients || \ exec $CK_XINIT_SESSION $SSH_AGENT /etc/X11/xinit/Xclients else # Failsafe settings. Although we should never get here # (we provide fallbacks in Xclients as well) it can't hurt. [ -x /usr/bin/xsetroot ] && /usr/bin/xsetroot -solid '#222E45' [ -x /usr/bin/xclock ] && /usr/bin/xclock -geometry 100x100-5+5 & [ -x /usr/bin/xterm ] && xterm -geometry 80x50-50+150 & [ -x /usr/bin/twm ] && /usr/bin/twm fi