1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # # Verify sudoers matching by gid. # exec 2>&1 ./testsudoers root id <<EOF %#0 ALL = ALL EOF exit 0