📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:37:58
📂
/
/
usr
/
lib
/
dracut
/
modules.d
/
95fcoe
✏️
Editing: stop-fcoe.sh
#!/bin/bash for f in /sys/bus/fcoe/devices/ctlr_* ; do [ -e $f ] || continue echo 0 > $f/enabled done
💾 Save Changes
❌ Cancel