egrep -i "^groupname" /etc/group; if [ $? -eq 0 ]; then echo "Group Exists" else echo "Group does not exist -- Invalid Group name" fi