Heray-Was-Here
Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver9 5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.24
Disable Function : NONE
Directory :  /snap/lxd/current/wrappers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //snap/lxd/current/wrappers/run-host
#!/bin/sh
CMD="$(basename "${0}")"

unset LD_LIBRARY_PATH
unset PYTHONPATH
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

if [ "$(id -u)" = "0" ]; then
    exec nsenter -t 1 -m "${CMD}" "$@"
fi

exec unshare -U -r chroot "/var/lib/snapd/hostfs/" "${CMD}" "$@"

Hry