mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 07:37:13 +08:00
7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Verify integrity of password and group files
|
||
|
/usr/sbin/pwck -r
|
||
|
/usr/sbin/grpck -r
|
||
|
|