@@ -1,5 +1,11 @@
#!/bin/bash
function helpexit() {
echo "start a VNC session"
exit
}
[[ "$1" = "-h" ]] && helpexit
dn=$( echo $UID | sed 's/.*\(....\)$/\1/' )
vncserver :$dn -depth 24 \
The note is not visible to the blocked user.