[ Avaa Bypassed ]




Upload:

Command:

www-data@3.145.45.170: ~ $
#!/bin/sh
# check if package system is locked
# return 0 if unlocked, 2 if locked, 1 on error
set -e

for f in /var/lib/dpkg/lock /var/cache/apt/archives/lock \
    /var/lib/apt/lists/lock /run/unattended-upgrades.lock; do
    [ -e $f ] || continue

    # fuser succeeds if there is at least one user
    if fuser $f; then
        exit 2
    fi
done

exit 0

Filemanager

Name Type Size Permission Actions
apt-cdrom-check File 2.39 KB 0755
apt-check File 18.35 KB 0755
apt_check.py File 18.35 KB 0755
backend_helper.py File 4.77 KB 0755
cddistupgrader File 619 B 0755
distro-cd-updater File 14.15 KB 0755
list-oem-metapackages File 1.29 KB 0755
livepatch-notification File 22.15 KB 0755
local-avahi-notification File 14.15 KB 0755
package-data-downloader File 11.83 KB 0755
package-system-locked File 358 B 0755
system-crash-notification File 14.15 KB 0755
update-motd-fsck-at-reboot File 2.79 KB 0755
update-motd-hwe-eol File 1.81 KB 0755
update-motd-reboot-required File 115 B 0755
update-motd-updates-available File 1.47 KB 0755
update-notifier-crash File 513 B 0755