check-gids.sh 167B

12345
  1. #!/bin/bash
  2. if [ $(pwck -r | sed '/nonexist/d' | sed '/\/home\//d' | sed '/\/run\//d' | sed '/no changes/d' | grep "no group" | wc -l) -ne 0 ];then
  3. exit 1
  4. fi