@ -0,0 +1,9 @@
#! /bin/bash
if [ "$EUID" -ne 0 ]; then
echo "Must run as root"
exit 1
fi
groupadd -f -g 105 bind
useradd -u 104 -g 105 -M --no-log-init bind
The note is not visible to the blocked user.