mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-25 02:52:16 +08:00
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
|
|
|