📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 23:22:04
📂
/ (Root)
/
usr
/
share
/
bug
/
linux-image-4.9.0-14-amd64
📍 /usr/share/bug/linux-image-4.9.0-14-amd64
🔄 Refresh
✏️
Editing: include-modules
Read Only
add_modules() { echo '** Loaded modules:' >&3 # List modules along with any taint flags. # We should be able to tell cut to use an empty output delimiter, but # currently (coreutils 8.13-3) this results in null bytes in the output. cut -d' ' -f1,7 /proc/modules | sed 's/ //' >&3 echo >&3 } ask_modules() { true }
💾 Save Changes
❌ Cancel