Import changes from r20825:
Mention the chpass command as a way to change the language. Patch by: arrowd@ Reviewed by: maxim@ Differential Revision: https://reviews.freebsd.org/D20832
This commit is contained in:
parent
7e3799fdf4
commit
3c51a9a3af
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53224
1 changed files with 16 additions and 3 deletions
|
|
@ -327,6 +327,9 @@ me:\
|
|||
:lang=de_DE.ISO8859-1:\
|
||||
:tc=default:</programlisting>
|
||||
|
||||
<para>Отметим, что класс <replaceable>russian</replaceable>
|
||||
присутствует во FreeBSD по умолчанию.</para>
|
||||
|
||||
<para>ðÏÓÌÅ ÉÚÍÅÎÅÎÉÑ ÏÐÉÓÁÎÉÑ ËÌÁÓÓÏ× ÌÏÇÉÎÏ× ×ÙÐÏÌÎÉÔÅ
|
||||
ËÏÍÁÎÄÕ:</para>
|
||||
|
||||
|
|
@ -336,7 +339,7 @@ me:\
|
|||
<filename>/etc/login.conf</filename> ÓÔÁÌÉ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ
|
||||
ÓÉÓÔÅÍÏÊ.</para>
|
||||
|
||||
<bridgehead renderas="sect4">Изменение класса логина с помощью
|
||||
<bridgehead renderas="sect4">Установка класса логина с помощью
|
||||
&man.vipw.8;</bridgehead>
|
||||
|
||||
<indexterm>
|
||||
|
|
@ -348,7 +351,7 @@ me:\
|
|||
|
||||
<programlisting>user:password:1111:11:<replaceable>language</replaceable>:0:0:User Name:/home/user:/bin/sh</programlisting>
|
||||
|
||||
<bridgehead renderas="sect4">Изменение класса логина с помощью
|
||||
<bridgehead renderas="sect4">Установка класса логина с помощью
|
||||
&man.adduser.8;</bridgehead>
|
||||
|
||||
<indexterm>
|
||||
|
|
@ -383,7 +386,7 @@ me:\
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect4">Изменение класса логина с помощью
|
||||
<bridgehead renderas="sect4">Установка класса логина с помощью
|
||||
&man.pw.8;</bridgehead>
|
||||
<indexterm><primary><command>pw</command></primary></indexterm>
|
||||
<para>åÓÌÉ ÄÌÑ ÄÏÂÁ×ÌÅÎÉÑ ÎÏ×ÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ×Ù ÉÓÐÏÌØÚÕÅÔÅ
|
||||
|
|
@ -391,6 +394,16 @@ me:\
|
|||
|
||||
<screen>&prompt.root; <userinput>pw useradd
|
||||
<replaceable>ÉÍÑ_ÐÏÌØÚÏ×ÁÔÅÌÑ</replaceable> -L <replaceable>ÑÚÙË</replaceable></userinput></screen>
|
||||
|
||||
<bridgehead renderas="sect4">Изменение класса логина с помощью
|
||||
&man.chpass.1;</bridgehead>
|
||||
<indexterm><primary><command>chpass</command></primary></indexterm>
|
||||
<para>Чтобы изменить класс логина у существующего пользователя,
|
||||
воспользуйтесь утилитой &man.chpass.1;. Её необходимо
|
||||
запустить с правами суперпользователя и передать имя пользователя,
|
||||
которому требуется изменить класс, в качестве параметра.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>chpass <replaceable>имя_пользователя</replaceable></userinput></screen>
|
||||
</sect5>
|
||||
</sect4>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue