Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
acpid /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
ac
308
B
-rw-r--r--
2016-02-09 23:43
ac.sh
1.12
KB
-rw-r--r--
2016-02-09 23:43
default
630
B
-rw-r--r--
2016-02-09 23:43
default.sh
629
B
-rw-r--r--
2016-02-09 23:43
Save
Rename
#!/bin/sh # Default acpi script that takes an entry for all actions set $* # Take care about the way events are reported ev_type=`echo "$1" | cut -d/ -f1` if [ "$ev_type" = "$1" ]; then event="$2"; else event=`echo "$1" | cut -d/ -f2` fi case "$ev_type" in button) case "$event" in power) logger "acpid: received a shutdown request" /sbin/init 0 break ;; *) logger "acpid: action $2 is not defined" ;; esac ;; *) logger "ACPI group $1 / action $2 is not defined" ;; esac