/usr/share/bug
NameSizeModeActions
apt/-0755rm
bash-completion/-0755rm
console-setup/-0755rm
console-setup-linux/-0755rm
cron/-0755rm
dbus/-0755rm
file/-0755rm
grub-common/-0755rm
grub-efi-amd64-bin/-0755rm
grub-pc/-0755rm
grub-pc-bin/-0755rm
grub2-common/-0755rm
init-system-helpers/-0755rm
initramfs-tools/-0755rm
keyboard-configuration/-0755rm
libmagic1t64/-0755rm
logrotate/-0755rm
man-db/-0755rm
mdadm/-0755rm
media-types/-0755rm
needrestart/-0755rm
php7.4/-0755rm
php7.4-bcmath/-0755rm
php7.4-cli/-0755rm
php7.4-common/-0755rm
php7.4-curl/-0755rm
php7.4-fpm/-0755rm
php7.4-gd/-0755rm
php7.4-intl/-0755rm
php7.4-json/-0755rm
php7.4-mbstring/-0755rm
php7.4-mysql/-0755rm
php7.4-opcache/-0755rm
php7.4-readline/-0755rm
php7.4-soap/-0755rm
php7.4-xml/-0755rm
php7.4-zip/-0755rm
polkitd/-0755rm
procps/-0755rm
systemd/-0755rm
udev/-0755rm
usb-modeswitch-data/-0755rm
usbutils/-0755rm
vim/-0755rm
vim-tiny/-0755rm
cryptsetup7630755editdlrm
cryptsetup-bin7630755editdlrm
cryptsetup-initramfs7630755editdlrm
dpkg12090755editdlrm
libcryptsetup127630755editdlrm
multipath-tools2400755editdlrm
screen6840755editdlrm
Edit: /usr/share/bug/screen (684B)
#!/bin/sh exec 1>&3 exec 2>&3 echo File Existence and Permissions echo ------------------------------ echo '' ls -ldU \ /run \ /var/run \ /usr/bin/screen \ /etc/tmpfiles.d/screen-cleanup.conf \ /lib/systemd/system/screen-cleanup.service \ /etc/init.d/screen-cleanup \ /etc/rc?.d/*screen-cleanup echo '' echo File contents echo ------------- echo '' if [ -e /etc/tmpfiles.d/screen-cleanup.conf ]; then echo '### /etc/tmpfiles.d/screen-cleanup.conf' echo ______________________________________________________________________ cat /etc/tmpfiles.d/screen-cleanup.conf echo ______________________________________________________________________ fi