Change examples to match previously created account and add quote tags
where needed. PR: docs/41015 Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
0efeccf282
commit
0c5a75c484
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13709
1 changed files with 6 additions and 6 deletions
|
@ -540,7 +540,7 @@ Goodbye!
|
|||
|
||||
<screen>&prompt.root; <userinput>rmuser jru</userinput>
|
||||
Matching password entry:
|
||||
jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/tcsh
|
||||
jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/zsh
|
||||
Is this the entry you wish to remove? <userinput>y</userinput>
|
||||
Remove user's home directory (/home/jru)? <userinput>y</userinput>
|
||||
Updating password file, updating databases, done.
|
||||
|
@ -577,13 +577,13 @@ Removing files belonging to jru from /var/tmp/vi.recover: done.
|
|||
<screen>#Changing user database information for jru.
|
||||
Login: jru
|
||||
Password: *
|
||||
Uid [#]: 1000
|
||||
Gid [# or name]: 1000
|
||||
Uid [#]: 1001
|
||||
Gid [# or name]: 1001
|
||||
Change [month day year]:
|
||||
Expire [month day year]:
|
||||
Class:
|
||||
Home directory: /home/jru
|
||||
Shell: /usr/local/bin/tcsh
|
||||
Shell: /usr/local/bin/zsh
|
||||
Full Name: J. Random User
|
||||
Office Location:
|
||||
Office Phone:
|
||||
|
@ -598,7 +598,7 @@ Other information:</screen>
|
|||
<title>Interactive chpass by Normal User</title>
|
||||
|
||||
<screen>#Changing user database information for jru.
|
||||
Shell: /usr/local/bin/tcsh
|
||||
Shell: /usr/local/bin/zsh
|
||||
Full Name: J. Random User
|
||||
Office Location:
|
||||
Office Phone:
|
||||
|
@ -986,7 +986,7 @@ passwd: done</screen>
|
|||
systems), the two factors the kernel uses to decide whether a process
|
||||
is allowed to do something is its user ID and list of groups it
|
||||
belongs to. Unlike a user ID, a process has a list of groups
|
||||
associated with it. You may hear some things refer to the "group ID"
|
||||
associated with it. You may hear some things refer to the <quote>group ID</quote>
|
||||
of a user or process; most of the time, this just means the first
|
||||
group in the list.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue