3
0

nologin 98 B

1234
  1. #!/bin/sh
  2. cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
  3. sleep 5
  4. exit 1