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 /
systemd /
system /
[ HOME SHELL ]
Name
Size
Permission
Action
bluetooth.target.wants
[ DIR ]
drwxr-xr-x
cloud-final.service.wants
[ DIR ]
drwxr-xr-x
display-manager.service.wants
[ DIR ]
drwxr-xr-x
emergency.target.wants
[ DIR ]
drwxr-xr-x
final.target.wants
[ DIR ]
drwxr-xr-x
getty.target.wants
[ DIR ]
drwxr-xr-x
graphical.target.wants
[ DIR ]
drwxr-xr-x
multi-user.target.wants
[ DIR ]
drwxr-xr-x
network-online.target.wants
[ DIR ]
drwxr-xr-x
oem-config.service.wants
[ DIR ]
drwxr-xr-x
paths.target.wants
[ DIR ]
drwxr-xr-x
printer.target.wants
[ DIR ]
drwxr-xr-x
rescue.target.wants
[ DIR ]
drwxr-xr-x
sleep.target.wants
[ DIR ]
drwxr-xr-x
snapd.mounts.target.wants
[ DIR ]
drwxr-xr-x
sockets.target.wants
[ DIR ]
drwxr-xr-x
sysinit.target.wants
[ DIR ]
drwxr-xr-x
timers.target.wants
[ DIR ]
drwxr-xr-x
anydesk.service
276
B
-rw-r--r--
bind9.service
374
B
-rw-r--r--
dbus-fi.w1.wpa_supplicant1.service
342
B
-rw-r--r--
dbus-org.bluez.service
702
B
-rw-r--r--
dbus-org.freedesktop.Avahi.service
1.02
KB
-rw-r--r--
dbus-org.freedesktop.ModemManager1.service
515
B
-rw-r--r--
dbus-org.freedesktop.nm-dispatcher.service
652
B
-rw-r--r--
dbus-org.freedesktop.oom1.service
1.61
KB
-rw-r--r--
dbus-org.freedesktop.resolve1.service
1.74
KB
-rw-r--r--
dbus-org.freedesktop.thermald.service
309
B
-rw-r--r--
dbus-org.freedesktop.timesync1.service
1.72
KB
-rw-r--r--
display-manager.service
982
B
-rw-r--r--
snap-bare-5.mount
311
B
-rw-r--r--
snap-core22-2139.mount
326
B
-rw-r--r--
snap-core22-2163.mount
326
B
-rw-r--r--
snap-firefox-7355.mount
329
B
-rw-r--r--
snap-firefox-7423.mount
329
B
-rw-r--r--
snap-gnome\x2d42\x2d2204-202.mount
344
B
-rw-r--r--
snap-gnome\x2d42\x2d2204-226.mount
344
B
-rw-r--r--
snap-gtk\x2dcommon\x2dthemes-1535.mount
359
B
-rw-r--r--
snap-snapd-25202.mount
326
B
-rw-r--r--
snap-snapd-25577.mount
326
B
-rw-r--r--
snap-snapd\x2ddesktop\x2dintegration-253.mount
380
B
-rw-r--r--
snap-snapd\x2ddesktop\x2dintegration-315.mount
380
B
-rw-r--r--
snap-snap\x2dstore-1113.mount
338
B
-rw-r--r--
snap-snap\x2dstore-1216.mount
338
B
-rw-r--r--
sshd.service
538
B
-rw-r--r--
syslog.service
469
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dbus-org.freedesktop.oom1.service
# SPDX-License-Identifier: LGPL-2.1-or-later # # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] Description=Userspace Out-Of-Memory (OOM) Killer Documentation=man:systemd-oomd.service(8) DefaultDependencies=no Before=multi-user.target shutdown.target Conflicts=shutdown.target ConditionControlGroupController=v2 ConditionControlGroupController=memory ConditionPathExists=/proc/pressure/cpu ConditionPathExists=/proc/pressure/io ConditionPathExists=/proc/pressure/memory [Service] AmbientCapabilities=CAP_KILL CAP_DAC_OVERRIDE BusName=org.freedesktop.oom1 CapabilityBoundingSet=CAP_KILL CAP_DAC_OVERRIDE ExecStart=/lib/systemd/systemd-oomd IPAddressDeny=any LockPersonality=yes MemoryDenyWriteExecute=yes # Reserve some minimum amount of memory so that systemd-oomd can continue to # run in resource starved scenarios. MemoryMin=64M MemoryLow=64M NoNewPrivileges=yes OOMScoreAdjust=-900 PrivateDevices=yes PrivateTmp=yes ProtectClock=yes ProtectHome=yes ProtectHostname=yes ProtectKernelLogs=yes ProtectKernelModules=yes ProtectKernelTunables=yes ProtectSystem=strict Restart=on-failure RestrictAddressFamilies=AF_UNIX RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service Type=notify User=systemd-oom WatchdogSec=3min [Install] WantedBy=multi-user.target Alias=dbus-org.freedesktop.oom1.service
Close