Linux vps 6.8.0-39-generic #39-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 21:49:14 UTC 2024 x86_64
nginx/1.26.1
Server IP : 91.227.41.192 & Your IP : 172.69.17.90
Domains :
Cant Read [ /etc/named.conf ]
User : clp
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
usr /
lib /
cryptsetup /
checks /
Delete
Unzip
Name
Size
Permission
Date
Action
blkid
1.16
KB
-rwxr-xr-x
2024-02-26 12:50
ext2
386
B
-rwxr-xr-x
2024-02-26 12:50
swap
147
B
-rwxr-xr-x
2024-02-26 12:50
un_blkid
944
B
-rwxr-xr-x
2024-02-26 12:50
xfs
146
B
-rwxr-xr-x
2024-02-26 12:50
Save
Rename
#!/bin/sh echo "WARNING: The check script $0 is deprecated. Please use check script blkid instead." >&2 not_fs="" for fs in ext2 ext3 ext4 ext4dev; do /lib/cryptsetup/checks/blkid "$1" "$fs" >/dev/null || not_fs="$not_fs $fs" done if [ "$not_fs" = " ext2 ext3 ext4 ext4dev" ]; then echo " - The device $1 does not contain a valid ext2, ext3, ext4 or ext4dev filesystem." exit 1 fi