PHP 7.4.33
Preview: sanity.sh Size: 337 B
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/usr/libexec/oddjob/sanity.sh

#!/bin/bash
echo \[id\]
id
echo \[pwd\]
pwd
echo \[ls -l /proc/\$\$/fd\]
ls -l /proc/$$/fd
echo \[echo \$\*\]
echo $*
echo \[echo \`cat\`\]
args=
while read arg ; do
	args="${args:+$args }$arg"
done
echo "$args"
# Note: D-Bus will truncate this string at the first zero byte.
echo \[cat /proc/\$\$/cmdline\]
cat /proc/$$/cmdline
echo ""

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
24.69 KB lrwxr-xr-x 2023-04-01 18:36:53
Edit Download
337 B lrwxr-xr-x 2023-04-01 18:36:53
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).