MFen 1.34 --> 1.35
This commit is contained in:
parent
241a86ff57
commit
9b60da734e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14076
1 changed files with 7 additions and 7 deletions
|
|
@ -3,8 +3,8 @@
|
|||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$Id: chapter.sgml,v 1.3 2002-08-07 09:54:30 blackend Exp $
|
||||
Original revision: 1.34
|
||||
$Id: chapter.sgml,v 1.4 2002-08-29 17:12:28 blackend Exp $
|
||||
Original revision: 1.35
|
||||
-->
|
||||
|
||||
<chapter id="users">
|
||||
|
|
@ -1151,8 +1151,8 @@ passwd: done</screen>
|
|||
<example>
|
||||
<title>Ajouter un groupe en utilisant &man.pw.8;</title>
|
||||
|
||||
<screen>&prompt.root; <userinput><command>pw</command> groupadd <groupname>teamtwo</groupname></userinput>
|
||||
&prompt.root; <userinput><command>pw</command> groupshow <groupname>teamtwo</groupname></userinput>
|
||||
<screen>&prompt.root; <userinput>pw groupadd teamtwo</userinput>
|
||||
&prompt.root; <userinput>pw groupshow teamtwo</userinput>
|
||||
teamtwo:*:1100:</screen>
|
||||
</example>
|
||||
|
||||
|
|
@ -1168,8 +1168,8 @@ teamtwo:*:1100:</screen>
|
|||
<title>Ajouter quelqu'un dans un groupe en utilisant
|
||||
&man.pw.8;</title>
|
||||
|
||||
<screen>&prompt.root; <userinput><command>pw</command> groupmod <groupname>teamtwo</groupname> <option>-M</option> <username>jru</username></userinput>
|
||||
&prompt.root; <userinput><command>pw</command> groupshow <groupname>teamtwo</groupname></userinput>
|
||||
<screen>&prompt.root; <userinput>pw groupmod teamtwo -M jru</userinput>
|
||||
&prompt.root; <userinput>pw groupshow teamtwo</userinput>
|
||||
teamtwo:*:1100:jru</screen>
|
||||
</example>
|
||||
|
||||
|
|
@ -1193,7 +1193,7 @@ teamtwo:*:1100:jru</screen>
|
|||
<title>Utilisation de &man.id.1; pour déterminer
|
||||
l'appartenance à un groupe</title>
|
||||
|
||||
<screen>&prompt.user; <userinput><command>id</command> <username>jru</username></userinput>
|
||||
<screen>&prompt.user; <userinput>id jru</userinput>
|
||||
uid=1001(jru) gid=1001(jru) groups=1001(jru), 1100(teamtwo)</screen>
|
||||
</example>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue