Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.140.196.3
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
95iscsi /
Delete
Unzip
Name
Size
Permission
Date
Action
cleanup-iscsi.sh
88
B
-rwxr-xr-x
2018-10-08 13:38
iscsiroot.sh
10.38
KB
-rwxr-xr-x
2024-04-06 13:22
module-setup.sh
9.14
KB
-rwxr-xr-x
2024-04-06 13:22
mount-lun.sh
332
B
-rwxr-xr-x
2018-10-08 13:38
parse-iscsiroot.sh
5.96
KB
-rwxr-xr-x
2024-04-06 13:22
Save
Rename
#!/bin/sh if [ -z $iscsi_lun ]; then iscsi_lun=0 fi NEWROOT=${NEWROOT:-"/sysroot"} for disk in /dev/disk/by-path/*-iscsi-*-$iscsi_lun; do if mount -t ${fstype:-auto} -o "$rflags" $disk $NEWROOT; then if [ ! -d $NEWROOT/proc ]; then umount $disk continue fi break fi done