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
/
snap /
core22 /
2139 /
etc /
apparmor.d /
tunables /
[ HOME SHELL ]
Name
Size
Permission
Action
home.d
[ DIR ]
drwxr-xr-x
multiarch.d
[ DIR ]
drwxr-xr-x
xdg-user-dirs.d
[ DIR ]
drwxr-xr-x
alias
624
B
-rw-r--r--
apparmorfs
375
B
-rw-r--r--
dovecot
804
B
-rw-r--r--
etc
1.05
KB
-rw-r--r--
global
759
B
-rw-r--r--
home
982
B
-rw-r--r--
kernelvars
1.36
KB
-rw-r--r--
multiarch
630
B
-rw-r--r--
proc
440
B
-rw-r--r--
run
23
B
-rw-r--r--
securityfs
405
B
-rw-r--r--
share
819
B
-rw-r--r--
sys
378
B
-rw-r--r--
xdg-user-dirs
867
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : etc
# ------------------------------------------------------------------ # # Copyright (C) 2020 Christian Boltz # # This program is free software; you can redistribute it and/or # modify it under the terms of version 2 of the GNU General Public # License published by the Free Software Foundation. # # ------------------------------------------------------------------ # @{etc_ro} contains a space-separated list of the system configuration directories. # Traditionally this means /etc/, but when using a read-only / filesystem and/or # with the goal of having only user-modified config files in /etc/, directories # like /usr/etc/ get introduced for storing the default config. # @{etc_ro} contains read-only directories with configuration files. # Do not use @{etc_ro} in rules that allow write access. @{etc_ro}=/etc/ /usr/etc/ # @{etc_rw} contains directories where writing to configuration files is allowed. @{etc_rw}=/etc/ # Also, include files in tunables/etc.d/ for site-specific adjustments to # @{etc_ro} and @{etc_rw}. include if exists <tunables/etc.d>
Close