⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.164
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
snap
/
core
/
17212
/
etc
/
init
/
View File Name :
cloud-log-shutdown.conf
# log shutdowns and reboots to the console (/dev/console) # this is useful for correlating logs start on runlevel PREVLEVEL=2 task console output script # runlevel(7) says INIT_HALT will be set to HALT or POWEROFF date=$(date --utc) case "$RUNLEVEL:$INIT_HALT" in 6:*) mode="reboot";; 0:HALT) mode="halt";; 0:POWEROFF) mode="poweroff";; 0:*) mode="shutdown-unknown";; esac { read seconds idle < /proc/uptime; } 2>/dev/null || : echo "$date: shutting down for $mode${seconds:+ [up ${seconds%.*}s]}." end script