@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# List all users on the system
sort -u <(awk -F ':' '{print $1}' < /etc/passwd)
The note is not visible to the blocked user.