Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.102
Domains : 326 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
95fcoe /
Delete
Unzip
Name
Size
Permission
Date
Action
cleanup-fcoe.sh
544
B
-rwxr-xr-x
2018-10-08 13:38
fcoe-edd.sh
1.13
KB
-rwxr-xr-x
2018-10-08 13:38
fcoe-genrules.sh
1.18
KB
-rwxr-xr-x
2018-10-08 13:38
fcoe-up.sh
2.47
KB
-rwxr-xr-x
2018-10-08 13:38
lldpad.sh
472
B
-rwxr-xr-x
2026-06-18 09:20
module-setup.sh
3.34
KB
-rwxr-xr-x
2026-06-18 09:20
parse-fcoe.sh
1.99
KB
-rwxr-xr-x
2026-06-18 09:20
stop-fcoe.sh
111
B
-rwxr-xr-x
2018-10-08 13:38
Save
Rename
#!/bin/bash if ! getargbool 1 rd.fcoe -d -n rd.nofcoe ; then info "rd.fcoe=0: skipping lldpad activation" return 0 fi # Note lldpad will stay running after switchroot, the system initscripts # are to kill it and start a new lldpad to take over. Data is transfered # between the 2 using a shm segment lldpad -d # wait for lldpad to be ready i=0 while [ $i -lt 60 ]; do lldptool -p && break info "Waiting for lldpad to be ready" sleep 1 i=$(($i+1)) done