Dashboard
PHP:
8.2.33
OS:
Linux
User:
adrian81
/
/
usr
/
lib
/
dracut
/
modules.d
/
95fcoe
📤 Upload
📝 New File
📁 New Folder
Close
Editing: stop-fcoe.sh
#!/usr/bin/sh for f in /sys/bus/fcoe/devices/ctlr_*; do [ -e "$f" ] || continue echo 0 > "$f"/enabled done
Save
Cancel