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 /
libexec /
os-probes /
mounted /
Delete
Unzip
Name
Size
Permission
Date
Action
efi
[ DIR ]
drwxr-xr-x
2026-05-26 15:42
05efi
2.02
KB
-rwxr-xr-x
2025-02-04 09:32
10freedos
521
B
-rwxr-xr-x
2025-02-04 09:32
10qnx
394
B
-rwxr-xr-x
2025-02-04 09:32
20macosx
846
B
-rwxr-xr-x
2025-02-04 09:32
20microsoft
3.37
KB
-rwxr-xr-x
2025-02-04 09:32
30utility
867
B
-rwxr-xr-x
2025-02-04 09:32
40lsb
895
B
-rwxr-xr-x
2025-02-04 09:32
70hurd
251
B
-rwxr-xr-x
2025-02-04 09:32
80minix
435
B
-rwxr-xr-x
2025-02-04 09:32
83haiku
888
B
-rwxr-xr-x
2025-02-04 09:32
90linux-distro
5.62
KB
-rwxr-xr-x
2025-02-04 09:32
90solaris
389
B
-rwxr-xr-x
2025-02-04 09:32
Save
Rename
#!/usr/bin/sh # Attempt to check if solaris is installed in this system # looking at the /etc/system parameters file and /etc/vfstab. set -e . /usr/share/os-prober/common.sh partition="$1" dir="$2" type="$3" if [ -f "$dir/etc/system" ] && [ -f "$dir/etc/vfstab" ]; then label="$(count_next_label Solaris)" result "$partition:Solaris/IA32:$label:chain" exit 0 else exit 1 fi