[ 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
/
kernel
/
install.d
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 20-grub.install
7,457 B
SET
[ EDIT ]
|
[ DEL ]
📄 20-grubby.install
2,252 B
SET
[ EDIT ]
|
[ DEL ]
📄 50-depmod.install
368 B
SET
[ EDIT ]
|
[ DEL ]
📄 50-dracut.install
1,657 B
SET
[ EDIT ]
|
[ DEL ]
📄 51-dracut-rescue.install
3,700 B
SET
[ EDIT ]
|
[ DEL ]
📄 60-kdump.install
791 B
SET
[ EDIT ]
|
[ DEL ]
📄 90-loaderentry.install
1,975 B
SET
[ EDIT ]
|
[ DEL ]
📄 92-tuned.install
1,400 B
SET
[ EDIT ]
|
[ DEL ]
📄 99-grub-mkconfig.install
1,085 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 50-depmod.install
#!/bin/bash # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh [[ $2 ]] || exit 1 case "$1" in add) exec depmod -a "$2" ;; remove) exec rm -f /lib/modules/"$2"/modules.{alias{,.bin},builtin.bin,dep{,.bin},devname,softdep,symbols{,.bin}} ;; *) exit 0 esac