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