7.4.33 | Linux x86_64
Server128.199.10.0
Userwww-data (uid:33)
PHP7.4.33 (apache2handler)
Terminal
Upload
Files: /lib/update-notifier
View: package-system-locked
#!/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
NameSizeActions
apt-cdrom-check2.4KView Edit Del
apt-check17.6KView Edit Del
apt_check.py17.6KView Edit Del
backend_helper.py4.9KView Edit Del
cddistupgrader619BView Edit Del
list-oem-metapackages1.3KView Edit Del
package-data-downloader11.8KView Edit Del
package-system-locked358BView Edit Del
update-motd-fsck-at-reboot2.8KView Edit Del
update-motd-hwe-eol1.8KView Edit Del
update-motd-reboot-required115BView Edit Del
update-motd-updates-available1.5KView Edit Del