App-UpfUtils
view release on metacpan or search on metacpan
script/upf-add-group view on Meta::CPAN
373839404142434445464748495051525354555657585960616263646566676869707172737475upf-add-group - Add a new group
=head1 VERSION
This document describes version 0.060 of upf-add-group (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-add-group [--backup] [--etc-dir=s] [--format=name] [--gid=s]
[--json] [--max-gid=s] [--members-json=s] [--members=s] [--min-gid=s]
[--(no)naked-res] [--no-backup] [--nobackup] [--page-result[=program]]
<group>
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--gid>=I<s>
Pick a specific new GID.
Adding a new group with duplicate GID is allowed.
=item B<--group>=I<s>*
script/upf-add-user view on Meta::CPAN
3738394041424344454647484950515253545556575859606162636465666768697071727374757677upf-add-user - Add a new user
=head1 VERSION
This document describes version 0.060 of upf-add-user (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-add-user [--backup] [--encpass=s] [--etc-dir=s] [--expire-date=s]
[--format=name] [--gecos=s] [--gid=s] [--group=s] [--home=s] [--json]
[--last-pwchange=s] [--max-gid=s] [--max-pass-age=s] [--max-uid=s]
[--min-gid=s] [--min-pass-age=s] [--min-uid=s] [--(no)naked-res]
[--no-backup] [--nobackup] [--page-result[=program]]
[--pass-inactive-period=s] [--pass-warn-period=s] [--pass=s]
[--shell=s] [--uid=s] <user>
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--encpass>=I<s>
Encrypted password.
=item B<--expire-date>=I<s>
The date of expiration of the account, expressed as the number of days since Jan 1, 1970.
script/upf-delete-group view on Meta::CPAN
37383940414243444546474849505152535455565758596061626364656667686970717273upf-
delete
-group - Delete a group
=head1 VERSION
This document describes version 0.060 of upf-delete-group (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-delete-group [--backup] [--etc-dir=s] [--format=name] [--json]
[--(no)naked-res] [--no-backup] [--nobackup] [--page-result[=program]]
<group>
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--group>=I<s>*
=back
=head2 Output options
=over
script/upf-delete-user view on Meta::CPAN
37383940414243444546474849505152535455565758596061626364656667686970717273upf-
delete
-user - Delete a user
=head1 VERSION
This document describes version 0.060 of upf-delete-user (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-delete-user [--backup] [--etc-dir=s] [--format=name] [--json]
[--(no)naked-res] [--no-backup] [--nobackup] [--page-result[=program]]
<user>
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--user>=I<s>*
=back
=head2 Output options
=over
script/upf-modify-group view on Meta::CPAN
3738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283upf-modify-group - Modify an existing group
=head1 VERSION
This document describes version 0.060 of upf-modify-group (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-modify-group [--admins=s] [--backup] [--encpass=s] [--etc-dir=s]
[--format=name] [--gid=s] [--json] [--members=s] [--(no)naked-res]
[--no-backup] [--nobackup] [--page-result[=program]] [--pass=s]
<group>
=head1 DESCRIPTION
Specify arguments to modify corresponding fields. Unspecified fields will not be
modified.
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--admins>=I<s>
It must be a comma-separated list of user names, or empty.
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--encpass>=I<s>
Encrypted password.
=item B<--gid>=I<s>
Numeric group ID.
script/upf-modify-user view on Meta::CPAN
373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081upf-modify-user - Modify an existing user
=head1 VERSION
This document describes version 0.060 of upf-modify-user (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-modify-user [--backup] [--encpass=s] [--etc-dir=s] [--expire-date=s]
[--format=name] [--gecos=s] [--gid=s] [--home=s] [--json]
[--last-pwchange=s] [--max-pass-age=s] [--min-pass-age=s]
[--(no)naked-res] [--no-backup] [--nobackup] [--page-result[=program]]
[--pass-inactive-period=s] [--pass-warn-period=s] [--shell=s]
[--uid=s] <user>
=head1 DESCRIPTION
Specify arguments to modify corresponding fields. Unspecified fields will not be
modified.
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--encpass>=I<s>
Encrypted password.
=item B<--expire-date>=I<s>
The date of expiration of the account, expressed as the number of days since Jan 1, 1970.
script/upf-set-user-password view on Meta::CPAN
37383940414243444546474849505152535455565758596061626364656667686970717273upf-set-user-password - Set user's password
=head1 VERSION
This document describes version 0.060 of upf-set-user-password (from Perl distribution App-UpfUtils), released on 2020-04-29.
=head1 SYNOPSIS
Usage:
% upf-set-user-password [--backup] [--etc-dir=s] [--format=name] [--json]
[--(no)naked-res] [--no-backup] [--nobackup] [--page-result[=program]]
<user> <pass>
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--backup>
Whether to backup when modifying files.
Backup is written with `.bak` extension in the same directory. Unmodified file
will not be backed up. Previous backup will be overwritten.
=item B<--pass>=I<s>*
=item B<--user>=I<s>*
=back
=head2 Output options
( run in 0.514 second using v1.01-cache-2.11-cpan-26ccb49234f )