diff options
Diffstat (limited to 'man/ru/man8')
-rw-r--r-- | man/ru/man8/chgpasswd.8 | 28 | ||||
-rw-r--r-- | man/ru/man8/chpasswd.8 | 38 | ||||
-rw-r--r-- | man/ru/man8/faillog.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/groupadd.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/groupdel.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/groupmems.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/groupmod.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/grpck.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/lastlog.8 | 12 | ||||
-rw-r--r-- | man/ru/man8/logoutd.8 | 8 | ||||
-rw-r--r-- | man/ru/man8/newusers.8 | 23 | ||||
-rw-r--r-- | man/ru/man8/nologin.8 | 8 | ||||
-rw-r--r-- | man/ru/man8/pwck.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/pwconv.8 | 16 | ||||
-rw-r--r-- | man/ru/man8/sulogin.8 | 8 | ||||
-rw-r--r-- | man/ru/man8/useradd.8 | 38 | ||||
-rw-r--r-- | man/ru/man8/userdel.8 | 10 | ||||
-rw-r--r-- | man/ru/man8/usermod.8 | 24 | ||||
-rw-r--r-- | man/ru/man8/vipw.8 | 14 |
19 files changed, 169 insertions, 128 deletions
diff --git a/man/ru/man8/chgpasswd.8 b/man/ru/man8/chgpasswd.8 index 45c6268..868d573 100644 --- a/man/ru/man8/chgpasswd.8 +++ b/man/ru/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko <kloczek@pld.org.pl> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "chgpasswd" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "chgpasswd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ chgpasswd \- обновляет пароли групп в пакетном режиме .SH "СИНТАКСИС" .HP \w'\fBchgpasswd\fR\ 'u -\fBchgpasswd\fR [\fIпараметры\fR] +\fBchgpasswd\fR [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP The @@ -63,7 +63,12 @@ command are: .RS 4 Использовать указанный метод для шифрования паролей\&. .sp -Возможные методы: DES, MD5, NONE и SHA256 или SHA512, если эти методы поддерживается libc\&. +The available methods are +\fIDES\fR, +\fIMD5\fR, \fISHA256\fR, \fISHA512\fR +and +\fINONE\fR +if your libc supports these methods\&. .RE .PP \fB\-e\fR, \fB\-\-encrypted\fR @@ -94,14 +99,13 @@ directory\&. Only absolute paths are supported\&. .RS 4 Использовать указанное количество раундов шифрования паролей\&. .sp -Значение 0 означает, что система выберет количество раундов по умолчанию для выбранного метода шифрования (5000)\&. +You can only use this option with crypt method: +\fISHA256\fR \fISHA512\fR .sp -Минимальное значение равно 1000, а максимальное значение равно 999,999,999\&. -.sp -Вы можете использовать этот параметр только при методе шифрования SHA256 или SHA512\&. -.sp -By default, the number of rounds is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in +By default, the number of rounds for SHA256 or SHA512 is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in /etc/login\&.defs\&. +.sp +A minimal value of 1000 and a maximal value of 999,999,999 will be enforced for SHA256 and SHA512\&. The default number of rounds is 5000\&. .RE .SH "ПРЕДОСТЕРЕЖЕНИЯ" .PP diff --git a/man/ru/man8/chpasswd.8 b/man/ru/man8/chpasswd.8 index bc59c32..d0ffacb 100644 --- a/man/ru/man8/chpasswd.8 +++ b/man/ru/man8/chpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chpasswd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "chpasswd" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "chpasswd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ chpasswd \- обновляет пароли в пакетном режиме .SH "СИНТАКСИС" .HP \w'\fBchpasswd\fR\ 'u -\fBchpasswd\fR [\fIпараметры\fR] +\fBchpasswd\fR [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP The @@ -68,7 +68,12 @@ command are: .RS 4 Использовать указанный метод для шифрования паролей\&. .sp -Возможные методы: DES, MD5, NONE и SHA256 или SHA512, если эти методы поддерживается libc\&. +The available methods are +\fIDES\fR, +\fIMD5\fR, \fISHA256\fR, \fISHA512\fR +and +\fINONE\fR +if your libc supports these methods\&. .sp By default (if none of the \fB\-c\fR, @@ -106,22 +111,23 @@ directory and use the configuration files from the directory\&. Only absolute paths are supported\&. .RE .PP +\fB\-P\fR, \fB\-\-prefix\fR\ \&\fIPREFIX_DIR\fR +.RS 4 +Apply changes to configuration files under the root filesystem found under the directory +\fIPREFIX_DIR\fR\&. This option does not chroot and is intended for preparing a cross\-compilation target\&. Some limitations: NIS and LDAP users/groups are not verified\&. PAM authentication is using the host files\&. No SELINUX support\&. +.RE +.PP \fB\-s\fR, \fB\-\-sha\-rounds\fR\ \&\fIROUNDS\fR .RS 4 Использовать указанное количество раундов шифрования паролей\&. .sp -Значение 0 означает, что система выберет количество раундов по умолчанию для выбранного метода шифрования (5000)\&. +You can only use this option with crypt method: +\fISHA256\fR \fISHA512\fR .sp -Минимальное значение равно 1000, а максимальное значение равно 999,999,999\&. -.sp -Вы можете использовать этот параметр только при методе шифрования SHA256 или SHA512\&. -.sp -By default, the number of rounds is defined by the -\fBSHA_CRYPT_MIN_ROUNDS\fR -and -\fBSHA_CRYPT_MAX_ROUNDS\fR -variables in +By default, the number of rounds for SHA256 or SHA512 is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in /etc/login\&.defs\&. +.sp +A minimal value of 1000 and a maximal value of 999,999,999 will be enforced for SHA256 and SHA512\&. The default number of rounds is 5000\&. .RE .SH "ПРЕДОСТЕРЕЖЕНИЯ" .PP diff --git a/man/ru/man8/faillog.8 b/man/ru/man8/faillog.8 index 3cb6a72..017e0bb 100644 --- a/man/ru/man8/faillog.8 +++ b/man/ru/man8/faillog.8 @@ -2,12 +2,12 @@ .\" Title: faillog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "faillog" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "faillog" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ faillog \- показывает записи из файла faillog или задаёт предел неудачных попыток входа в систему .SH "СИНТАКСИС" .HP \w'\fBfaillog\fR\ 'u -\fBfaillog\fR [\fIпараметры\fR] +\fBfaillog\fR [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP \fBfaillog\fR diff --git a/man/ru/man8/groupadd.8 b/man/ru/man8/groupadd.8 index b8300e4..f0942ef 100644 --- a/man/ru/man8/groupadd.8 +++ b/man/ru/man8/groupadd.8 @@ -2,12 +2,12 @@ .\" Title: groupadd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "groupadd" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "groupadd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ groupadd \- создаёт новую группу .SH "СИНТАКСИС" .HP \w'\fBgroupadd\fR\ 'u -\fBgroupadd\fR [\fIПАРАМЕТРЫ\fR] \fINEWGROUP\fR +\fBgroupadd\fR [\fIOPTIONS\fR] \fINEWGROUP\fR .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/groupdel.8 b/man/ru/man8/groupdel.8 index dfa6c33..949d984 100644 --- a/man/ru/man8/groupdel.8 +++ b/man/ru/man8/groupdel.8 @@ -2,12 +2,12 @@ .\" Title: groupdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "groupdel" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "groupdel" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ groupdel \- удаляет группу .SH "СИНТАКСИС" .HP \w'\fBgroupdel\fR\ 'u -\fBgroupdel\fR [\fIпараметры\fR] \fIГРУППА\fR +\fBgroupdel\fR [\fIoptions\fR] \fIGROUP\fR .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/groupmems.8 b/man/ru/man8/groupmems.8 index 668a28f..a3ef2fa 100644 --- a/man/ru/man8/groupmems.8 +++ b/man/ru/man8/groupmems.8 @@ -2,12 +2,12 @@ .\" Title: groupmems .\" Author: George Kraft, IV .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "groupmems" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "groupmems" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -130,7 +130,7 @@ utility to manage their own group membership list\&. .nf $ groupadd \-r groups $ chmod 2710 groupmems - $ chown root\&.groups groupmems + $ chown root:groups groupmems $ groupmems \-g groups \-a gk4 .fi diff --git a/man/ru/man8/groupmod.8 b/man/ru/man8/groupmod.8 index 9b7e87c..f0e4b26 100644 --- a/man/ru/man8/groupmod.8 +++ b/man/ru/man8/groupmod.8 @@ -2,12 +2,12 @@ .\" Title: groupmod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "groupmod" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "groupmod" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ groupmod \- изменяет определение группы в системе .SH "СИНТАКСИС" .HP \w'\fBgroupmod\fR\ 'u -\fBgroupmod\fR [\fIпараметры\fR] \fIГРУППА\fR +\fBgroupmod\fR [\fIoptions\fR] \fIGROUP\fR .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/grpck.8 b/man/ru/man8/grpck.8 index 1d2c194..39ebad1 100644 --- a/man/ru/man8/grpck.8 +++ b/man/ru/man8/grpck.8 @@ -2,12 +2,12 @@ .\" Title: grpck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "grpck" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "grpck" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ grpck \- проверяет корректность файлов групп .SH "СИНТАКСИС" .HP \w'\fBgrpck\fR\ 'u -\fBgrpck\fR [параметры] [\fIгруппа\fR\ [\ \fIshadow\fR\ ]] +\fBgrpck\fR [options] [\fIgroup\fR\ [\ \fIshadow\fR\ ]] .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/lastlog.8 b/man/ru/man8/lastlog.8 index 4c3bd8f..cd96dfb 100644 --- a/man/ru/man8/lastlog.8 +++ b/man/ru/man8/lastlog.8 @@ -2,12 +2,12 @@ .\" Title: lastlog .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "lastlog" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "lastlog" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ lastlog \- выводит отчёт о последней регистрации в системе всех или указанного пользователя .SH "СИНТАКСИС" .HP \w'\fBlastlog\fR\ 'u -\fBlastlog\fR [\fIпараметры\fR] +\fBlastlog\fR [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP \fBlastlog\fR @@ -128,5 +128,5 @@ change the behavior of this tool: Большие промежутки в значениях идентификаторов пользователей приводят к тому, что программа некоторое время ничего не выводит на экран (то есть, если в базе данных lastlog нет пользователей с идентификаторами с 170 по 800, то во время обработки UID с 171 по 799 программа кажется повисшей)\&. .PP Having high UIDs can create problems when handling the -<term> /var/log/lastlog</term> +/var/log/lastlog with external tools\&. Although the actual file is sparse and does not use too much space, certain applications are not designed to identify sparse files by default and may require a specific option to handle them\&. diff --git a/man/ru/man8/logoutd.8 b/man/ru/man8/logoutd.8 index fa64db1..20b26e7 100644 --- a/man/ru/man8/logoutd.8 +++ b/man/ru/man8/logoutd.8 @@ -2,12 +2,12 @@ .\" Title: logoutd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "logoutd" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "logoutd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/newusers.8 b/man/ru/man8/newusers.8 index e7ab6cb..d01897a 100644 --- a/man/ru/man8/newusers.8 +++ b/man/ru/man8/newusers.8 @@ -2,12 +2,12 @@ .\" Title: newusers .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "newusers" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "newusers" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ newusers \- обновляет и создаёт новые учётные записи пользователей в пакетном режиме .SH "СИНТАКСИС" .HP \w'\fBnewusers\fR\ 'u -\fBnewusers\fR [\fIпараметры\fR] [\fIфайл\fR] +\fBnewusers\fR [\fIoptions\fR] [\fIfile\fR] .SH "ОПИСАНИЕ" .PP The @@ -56,7 +56,7 @@ It can be the name of a new user or the name of an existing user (or a user crea Это поле будет зашифровано и использовано как новое значение шифрованного пароля\&. .RE .PP -\fI pw_gid\fR +\fIpw_uid\fR .RS 4 Это поле используется для определения UID пользователя\&. .sp @@ -168,14 +168,13 @@ directory\&. Only absolute paths are supported\&. .RS 4 Использовать указанное количество раундов шифрования паролей\&. .sp -Значение 0 означает, что система выберет количество раундов по умолчанию для выбранного метода шифрования (5000)\&. +You can only use this option with crypt method: +\fISHA256\fR \fISHA512\fR .sp -Минимальное значение равно 1000, а максимальное значение равно 999,999,999\&. -.sp -Вы можете использовать этот параметр только при методе шифрования SHA256 или SHA512\&. -.sp -By default, the number of rounds is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in +By default, the number of rounds for SHA256 or SHA512 is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in /etc/login\&.defs\&. +.sp +A minimal value of 1000 and a maximal value of 999,999,999 will be enforced for SHA256 and SHA512\&. The default is 5000\&. .RE .SH "ПРЕДОСТЕРЕЖЕНИЯ" .PP diff --git a/man/ru/man8/nologin.8 b/man/ru/man8/nologin.8 index 2ec0d03..dd071b9 100644 --- a/man/ru/man8/nologin.8 +++ b/man/ru/man8/nologin.8 @@ -2,12 +2,12 @@ .\" Title: nologin .\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "nologin" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "nologin" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/pwck.8 b/man/ru/man8/pwck.8 index 2866d4f..b052af4 100644 --- a/man/ru/man8/pwck.8 +++ b/man/ru/man8/pwck.8 @@ -2,12 +2,12 @@ .\" Title: pwck .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "pwck" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "pwck" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ pwck \- verify the integrity of password files .SH "СИНТАКСИС" .HP \w'\fBpwck\fR\ 'u -\fBpwck\fR [параметры] [\fIPASSWORDFILE\fR\ [\ \fISHADOWFILE\fR\ ]] +\fBpwck\fR [options] [\fIPASSWORDFILE\fR\ [\ \fISHADOWFILE\fR\ ]] .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/pwconv.8 b/man/ru/man8/pwconv.8 index edc5618..1dafb35 100644 --- a/man/ru/man8/pwconv.8 +++ b/man/ru/man8/pwconv.8 @@ -2,12 +2,12 @@ .\" Title: pwconv .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "pwconv" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "pwconv" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,13 +31,13 @@ pwconv, pwunconv, grpconv, grpunconv \- преобразует пароли пользователей и групп в/из защищённую форму .SH "СИНТАКСИС" .HP \w'\fBpwconv\fR\ 'u -\fBpwconv\fR [\fIпараметры\fR] +\fBpwconv\fR [\fIoptions\fR] .HP \w'\fBpwunconv\fR\ 'u -\fBpwunconv\fR [\fIпараметры\fR] +\fBpwunconv\fR [\fIoptions\fR] .HP \w'\fBgrpconv\fR\ 'u -\fBgrpconv\fR [\fIпараметры\fR] +\fBgrpconv\fR [\fIoptions\fR] .HP \w'\fBgrpunconv\fR\ 'u -\fBgrpunconv\fR [\fIпараметры\fR] +\fBgrpunconv\fR [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/sulogin.8 b/man/ru/man8/sulogin.8 index f0620a3..37e61c9 100644 --- a/man/ru/man8/sulogin.8 +++ b/man/ru/man8/sulogin.8 @@ -2,12 +2,12 @@ .\" Title: sulogin .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "sulogin" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "sulogin" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/ru/man8/useradd.8 b/man/ru/man8/useradd.8 index 94559cb..336ab74 100644 --- a/man/ru/man8/useradd.8 +++ b/man/ru/man8/useradd.8 @@ -2,12 +2,12 @@ .\" Title: useradd .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "useradd" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "useradd" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,11 +31,11 @@ useradd \- регистрирует нового пользователя или изменяет информацию по умолчанию о новых пользователях .SH "СИНТАКСИС" .HP \w'\fBuseradd\fR\ 'u -\fBuseradd\fR [\fIпараметры\fR] \fIУЧЁТНАЯ_ЗАПИСЬ\fR +\fBuseradd\fR [\fIoptions\fR] \fILOGIN\fR .HP \w'\fBuseradd\fR\ 'u \fBuseradd\fR \-D .HP \w'\fBuseradd\fR\ 'u -\fBuseradd\fR \-D [\fIпараметры\fR] +\fBuseradd\fR \-D [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP When invoked without the @@ -169,7 +169,11 @@ variable in .RS 4 A list of supplementary groups which the user is also a member of\&. Each group is separated from the next by a comma, with no intervening whitespace\&. The groups are subject to the same restrictions as the group given with the \fB\-g\fR -option\&. The default is for the user to belong only to the initial group\&. +option\&. The default is for the user to belong only to the initial group\&. In addition to passing in the \-G flag, you can add the option +\fBGROUPS\fR +to the file +/etc/default/useradd +which in turn will add all users to those supplementary groups\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR @@ -194,6 +198,10 @@ variable in or, by default, /etc/skel\&. .sp +Absolute symlinks that link back to the skel directory will have the +/etc/skel +prefix replaced with the user\*(Aqs home directory\&. +.sp Если возможно, выполняется копирование ACL и расширенных атрибутов\&. .RE .PP @@ -380,9 +388,21 @@ variable in .PP \fB\-Z\fR, \fB\-\-selinux\-user\fR\ \&\fISEUSER\fR .RS 4 -defines the SELinux user for the new account\&. Without this option, a SELinux uses the default user\&. Note that the shadow system doesn\*(Aqt store the selinux\-user, it uses +defines the SELinux user for the new account\&. Without this option, SELinux uses the default user\&. Note that the shadow system doesn\*(Aqt store the selinux\-user, it uses +\fBsemanage\fR(8) +for that\&. +.RE +.PP +\fB\-\-selinux\-range\fR\ \&\fISERANGE\fR +.RS 4 +defines the SELinux MLS range for the new account\&. Without this option, SELinux uses the default range\&. Note that the shadow system doesn\*(Aqt store the selinux\-range, it uses \fBsemanage\fR(8) for that\&. +.sp +This option is only valid if the +\fB\-Z\fR +(or +\fB\-\-selinux\-user\fR) option is specified\&. .RE .SS "Изменение значений по умолчанию" .PP @@ -469,7 +489,7 @@ Usernames may contain only lower and upper case letters, digits, underscores, or \fBls\fR output\&. .PP -Имена пользователей могут быть длиной не более 32 знаков\&. +Имена пользователей могут быть длиной не более 256 знаков\&. .SH "НАСТРОЙКА" .PP The following configuration variables in diff --git a/man/ru/man8/userdel.8 b/man/ru/man8/userdel.8 index 1103268..7d1c317 100644 --- a/man/ru/man8/userdel.8 +++ b/man/ru/man8/userdel.8 @@ -2,12 +2,12 @@ .\" Title: userdel .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "userdel" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "userdel" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ userdel \- удаляет учётную запись и файлы пользователя .SH "СИНТАКСИС" .HP \w'\fBuserdel\fR\ 'u -\fBuserdel\fR [параметры] \fIУЧЁТНАЯ_ЗАПИСЬ\fR +\fBuserdel\fR [options] \fILOGIN\fR .SH "ОПИСАНИЕ" .PP The diff --git a/man/ru/man8/usermod.8 b/man/ru/man8/usermod.8 index 232977c..fd85384 100644 --- a/man/ru/man8/usermod.8 +++ b/man/ru/man8/usermod.8 @@ -2,12 +2,12 @@ .\" Title: usermod .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "usermod" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "usermod" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ usermod \- изменяет учётную запись пользователя .SH "СИНТАКСИС" .HP \w'\fBusermod\fR\ 'u -\fBusermod\fR [\fIпараметры\fR] \fIУЧЁТНАЯ_ЗАПИСЬ\fR +\fBusermod\fR [\fIoptions\fR] \fILOGIN\fR .SH "ОПИСАНИЕ" .PP The @@ -309,6 +309,18 @@ from /etc/login\&.defs\&. defines the SELinux user to be mapped with \fILOGIN\fR\&. An empty string ("") will remove the respective entry (if any)\&. Note that the shadow system doesn\*(Aqt store the selinux\-user, it uses semanage(8) for that\&. .RE +.PP +\fB\-\-selinux\-range\fR\ \&\fISERANGE\fR +.RS 4 +defines the SELinux MLS range for the new account\&. Note that the shadow system doesn\*(Aqt store the selinux\-range, it uses +\fBsemanage\fR(8) +for that\&. +.sp +This option is only valid if the +\fB\-Z\fR +(or +\fB\-\-selinux\-user\fR) option is specified\&. +.RE .SH "ПРЕДОСТЕРЕЖЕНИЯ" .PP You must make certain that the named user is not executing any processes when this command is being executed if the user\*(Aqs numerical user ID, the user\*(Aqs name, or the user\*(Aqs home directory is being changed\&. @@ -336,7 +348,7 @@ Group account information .PP /etc/gshadow .RS 4 -Secure group account informatio\&. +Secure group account information .RE .PP /etc/login\&.defs diff --git a/man/ru/man8/vipw.8 b/man/ru/man8/vipw.8 index 723fd50..82712ed 100644 --- a/man/ru/man8/vipw.8 +++ b/man/ru/man8/vipw.8 @@ -2,12 +2,12 @@ .\" Title: vipw .\" Author: Marek Micha\(/lkiewicz .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 11/08/2022 -.\" Manual: Команды управления системой -.\" Source: shadow-utils 4.13 +.\" Date: 06/21/2024 +.\" Manual: System Management Commands +.\" Source: shadow-utils 4.15.2 .\" Language: Russian .\" -.TH "vipw" "8" "11/08/2022" "shadow\-utils 4\&.13" "Команды управления системой" +.TH "vipw" "8" "06/21/2024" "shadow\-utils 4\&.15\&.2" "System Management Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,16 +31,16 @@ vipw, vigr \- позволяют редактировать файлы паролей, групп, теневых паролей пользователей или групп\&. .SH "СИНТАКСИС" .HP \w'\fBvipw\fR\ 'u -\fBvipw\fR [\fIпараметры\fR] +\fBvipw\fR [\fIoptions\fR] .HP \w'\fBvigr\fR\ 'u -\fBvigr\fR [\fIпараметры\fR] +\fBvigr\fR [\fIoptions\fR] .SH "ОПИСАНИЕ" .PP The \fBvipw\fR and \fBvigr\fR -commands edits the files +commands edit the files /etc/passwd and /etc/group, respectively\&. With the |