Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
systemd /
system /
sysinit.target.wants /
Delete
Unzip
Name
Size
Permission
Date
Action
cryptsetup.target
420
B
-rw-r--r--
2024-12-10 19:23
dev-hugepages.mount
746
B
-rw-r--r--
2024-12-10 19:23
dev-mqueue.mount
672
B
-rw-r--r--
2024-12-10 19:23
dracut-shutdown.service
403
B
-rw-r--r--
2025-05-01 10:52
integritysetup.target
430
B
-rw-r--r--
2024-12-10 19:23
kmod-static-nodes.service
711
B
-rw-r--r--
2026-05-20 00:00
ldconfig.service
952
B
-rw-r--r--
2024-12-10 19:23
proc-sys-fs-binfmt_misc.automount
760
B
-rw-r--r--
2024-12-10 19:23
sys-fs-fuse-connections.mount
1.09
KB
-rw-r--r--
2024-12-10 19:23
sys-kernel-config.mount
1.06
KB
-rw-r--r--
2024-12-10 19:23
sys-kernel-debug.mount
701
B
-rw-r--r--
2024-12-10 19:23
sys-kernel-tracing.mount
727
B
-rw-r--r--
2024-12-10 19:23
systemd-ask-password-console.path
771
B
-rw-r--r--
2024-12-10 19:23
systemd-binfmt.service
1.16
KB
-rw-r--r--
2026-05-20 00:00
systemd-boot-random-seed.service
1
KB
-rw-r--r--
2024-12-10 19:23
systemd-firstboot.service
1.52
KB
-rw-r--r--
2024-12-10 19:23
systemd-hibernate-clear.service
782
B
-rw-r--r--
2026-05-20 00:00
systemd-hwdb-update.service
834
B
-rw-r--r--
2026-05-20 00:00
systemd-journal-catalog-update.service
750
B
-rw-r--r--
2024-12-10 19:23
systemd-journal-flush.service
943
B
-rw-r--r--
2024-12-10 19:23
systemd-journald.service
2.77
KB
-rw-r--r--
2026-05-20 00:00
systemd-machine-id-commit.service
744
B
-rw-r--r--
2024-12-10 19:23
systemd-modules-load.service
1.08
KB
-rw-r--r--
2026-05-20 00:00
systemd-pcrmachine.service
728
B
-rw-r--r--
2026-05-20 00:00
systemd-pcrphase-sysinit.service
805
B
-rw-r--r--
2026-05-20 00:00
systemd-pcrphase.service
767
B
-rw-r--r--
2026-05-20 00:00
systemd-random-seed.service
1.16
KB
-rw-r--r--
2026-05-20 00:00
systemd-repart.service
1.29
KB
-rw-r--r--
2024-12-10 19:23
systemd-sysctl.service
731
B
-rw-r--r--
2026-05-20 00:00
systemd-sysusers.service
1.28
KB
-rw-r--r--
2024-12-10 19:23
systemd-tmpfiles-setup-dev-early.service
852
B
-rw-r--r--
2024-12-10 19:23
systemd-tmpfiles-setup-dev.service
877
B
-rw-r--r--
2024-12-10 19:23
systemd-tmpfiles-setup.service
1003
B
-rw-r--r--
2024-12-10 19:23
systemd-tpm2-setup-early.service
902
B
-rw-r--r--
2026-05-20 00:00
systemd-tpm2-setup.service
954
B
-rw-r--r--
2026-05-20 00:00
systemd-udev-trigger.service
758
B
-rw-r--r--
2024-12-10 19:23
systemd-udevd.service
1.34
KB
-rw-r--r--
2026-05-20 00:00
systemd-update-done.service
682
B
-rw-r--r--
2026-05-20 00:00
systemd-update-utmp.service
856
B
-rw-r--r--
2026-05-20 00:00
veritysetup.target
427
B
-rw-r--r--
2024-12-10 19:23
Save
Rename
# 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=Journal Service Documentation=man:systemd-journald.service(8) man:journald.conf(5) DefaultDependencies=no Requires=systemd-journald.socket After=systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket syslog.socket Before=sysinit.target # To avoid journald SIGKILLed during soft-reboot and corrupting journals. # See https://github.com/systemd/systemd/issues/30195 # Note, typically soft-reboot.target will be never reached, # and systemd-soft-reboot.service will trigger soft-reboot. # Hence, this must be stopped before systemd-soft-reboot.service. Before=soft-reboot.target systemd-soft-reboot.service Conflicts=soft-reboot.target # Mount and swap units need the journal socket units. If they were removed by # an isolate request the mount and swap units would be removed too, hence let's # exclude systemd-journald and its sockets from isolate requests. IgnoreOnIsolate=yes [Service] DeviceAllow=char-* rw ExecStart=/usr/lib/systemd/systemd-journald FileDescriptorStoreMax=4224 # Ensure services using StandardOutput=journal do not break when journald is stopped FileDescriptorStorePreserve=yes ImportCredential=journal.* IPAddressDeny=any LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes OOMScoreAdjust=-250 ProtectClock=yes Restart=always RestartSec=0 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_VSOCK AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes RestrictSUIDSGID=yes RuntimeDirectory=systemd/journal RuntimeDirectoryPreserve=yes # Audit socket is not listed here because this unit can be turned off. However # the link between the socket and the service units is still created thanks to # the 'Service=' setting specified in the socket unit. Sockets=systemd-journald.socket systemd-journald-dev-log.socket StandardOutput=null SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service Type=notify PassEnvironment=TERM WatchdogSec=3min # In case you're wondering why CAP_SYS_PTRACE is needed, access to # /proc/<pid>/exe requires this capability. Thus if this capability is missing # the _EXE=/OBJECT_EXE= fields will be missing from the journal entries. CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID CAP_MAC_OVERRIDE # If there are many split up journal files we need a lot of fds to access them # all in parallel. LimitNOFILE=524288