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