Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
etc /
rc0.d /
[ HOME SHELL ]
Name
Size
Permission
Action
K01alsa-utils
5.44
KB
-rwxr-xr-x
K01avahi-daemon
2.34
KB
-rwxr-xr-x
K01bluetooth
2.9
KB
-rwxr-xr-x
K01cups-browsed
1.92
KB
-rwxr-xr-x
K01gdm3
2.96
KB
-rwxr-xr-x
K01irqbalance
2.58
KB
-rwxr-xr-x
K01kerneloops
3.06
KB
-rwxr-xr-x
K01named
3.46
KB
-rwxr-xr-x
K01openvpn
8.92
KB
-rwxr-xr-x
K01plymouth
1.35
KB
-rwxr-xr-x
K01pulseaudio-enable-autospawn
469
B
-rwxr-xr-x
K01saned
2.17
KB
-rwxr-xr-x
K01speech-dispatcher
1.99
KB
-rwxr-xr-x
K01spice-vdagent
2.43
KB
-rwxr-xr-x
K01udev
6.71
KB
-rwxr-xr-x
K01unattended-upgrades
1.36
KB
-rwxr-xr-x
K01uuidd
1.28
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : K01unattended-upgrades
#! /bin/sh # ### BEGIN INIT INFO # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Provides: unattended-upgrade-shutdown-check # Default-Start: 2 3 4 5 # Default-Stop: 0 6 # Short-Description: Check if unattended upgrades are being applied # Description: Check if unattended upgrades are being applied # and wait for them to finish ### END INIT INFO set -e PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin NAME="unattended-upgrades-shutdown" DESC="unattended package upgrades shutdown" SCRIPTNAME="/etc/init.d/$NAME" SHUTDOWN_HELPER="/usr/share/unattended-upgrades/unattended-upgrade-shutdown" if [ -x /usr/bin/python3 ]; then PYTHON=python3 else PYTHON=python fi # Load the VERBOSE setting and other rcS variables . /lib/init/vars.sh # Define LSB log_* functions. # Depend on lsb-base (>= 3.2-14) to ensure that this file is present . /lib/lsb/init-functions case "$1" in start|restart|force-reload|status) # nothing, just to keep update-rc.d happy (see debian #630732) ;; stop) if [ -e $SHUTDOWN_HELPER ]; then [ "$VERBOSE" != "no" ] && log_action_begin_msg "Checking for running $DESC" $PYTHON $SHUTDOWN_HELPER [ "$VERBOSE" != "no" ] && log_action_end_msg $? "$NAME" fi ;; *) echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 exit 3 ;; esac :
Close