🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-10 03:46:35 | PHP 8.2.33
📂
/ (Root)
/
usr
/
lib
/
dracut
/
modules.d
/
95fcoe
📍 /usr/lib/dracut/modules.d/95fcoe
🔄 Refresh
✏️
Editing: stop-fcoe.sh
Read Only
#!/bin/bash for f in /sys/bus/fcoe/devices/ctlr_* ; do [ -e $f ] || continue echo 0 > $f/enabled done
💾 Save Changes
❌ Cancel