Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
dracut /
modules.d /
90multipath /
Delete
Unzip
Name
Size
Permission
Date
Action
module-setup.sh
4.09
KB
-rwxr-xr-x
2026-08-14 00:41
multipath-shutdown.sh
177
B
-rwxr-xr-x
2022-06-19 22:35
multipathd-configure.service
648
B
-rw-r--r--
2026-08-14 00:41
multipathd-dracut.conf
50
B
-rw-r--r--
2026-08-14 00:41
multipathd-needshutdown.sh
164
B
-rwxr-xr-x
2022-06-19 22:35
multipathd-stop.sh
265
B
-rwxr-xr-x
2022-06-19 22:35
multipathd.service
785
B
-rw-r--r--
2026-08-14 00:41
multipathd.sh
403
B
-rwxr-xr-x
2026-08-14 00:41
Save
Rename
#!/usr/bin/sh for i in $(multipath -l -v1); do if dmsetup table "$i" | sed -n '/.*queue_if_no_path.*/q1'; then need_shutdown break fi done