📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 10:44:06
📂
/ (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