7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Verify integrity of password and group files
|
|
/usr/sbin/pwck -r
|
|
/usr/sbin/grpck -r
|
|
|