logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cppw, cpgr - copy with locking the given file to the password or group file

Author

cppw and cpgr were written by Stephen Frost, based on vipw and vigr written by Guy Maor.

                                                   7 Apr 2005                                            CPPW(8)

Description

cppw  and cpgr will copy, with locking, the given file to /etc/passwd and /etc/group, respectively.  With
       the -s flag,  they  will  copy  the  shadow  versions  of  those  files,  /etc/shadow  and  /etc/gshadow,
       respectively.

       With the -h flag, the commands display a short help message and exit silently.

Name

       cppw, cpgr - copy with locking the given file to the password or group file

See Also

vipw(8), vigr(8), group(5), passwd(5), shadow(5), gshadow(5)

Synopsis

cppw [-h] [-s] password_file
       cpgr [-h] [-s] group_file

See Also