File Manager

Current Path : /snap/core20/current/usr/share/bug/
Upload File :
Current File : //snap/core20/current/usr/share/bug/dpkg

#!/bin/sh

set -e

for d in /bin /sbin /lib /lib32 /libo32 /libx32 /lib64; do
  if [ "$(readlink $d)" = "usr$d" ]; then
    echo "System tainted due to merged-usr-via-symlinks." >&3
    break
  fi
done

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com