|
Lines 540-546
Link Here
|
| 540 |
|
540 |
|
| 541 |
<screen>&prompt.root; <userinput>rmuser jru</userinput> |
541 |
<screen>&prompt.root; <userinput>rmuser jru</userinput> |
| 542 |
Matching password entry: |
542 |
Matching password entry: |
| 543 |
jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/tcsh |
543 |
jru:*:1001:1001::0:0:J. Random User:/home/jru:/usr/local/bin/zsh |
| 544 |
Is this the entry you wish to remove? <userinput>y</userinput> |
544 |
Is this the entry you wish to remove? <userinput>y</userinput> |
| 545 |
Remove user's home directory (/home/jru)? <userinput>y</userinput> |
545 |
Remove user's home directory (/home/jru)? <userinput>y</userinput> |
| 546 |
Updating password file, updating databases, done. |
546 |
Updating password file, updating databases, done. |
|
Lines 577-589
Link Here
|
| 577 |
<screen>#Changing user database information for jru. |
577 |
<screen>#Changing user database information for jru. |
| 578 |
Login: jru |
578 |
Login: jru |
| 579 |
Password: * |
579 |
Password: * |
| 580 |
Uid [#]: 1000 |
580 |
Uid [#]: 1001 |
| 581 |
Gid [# or name]: 1000 |
581 |
Gid [# or name]: 1001 |
| 582 |
Change [month day year]: |
582 |
Change [month day year]: |
| 583 |
Expire [month day year]: |
583 |
Expire [month day year]: |
| 584 |
Class: |
584 |
Class: |
| 585 |
Home directory: /home/jru |
585 |
Home directory: /home/jru |
| 586 |
Shell: /usr/local/bin/tcsh |
586 |
Shell: /usr/local/bin/zsh |
| 587 |
Full Name: J. Random User |
587 |
Full Name: J. Random User |
| 588 |
Office Location: |
588 |
Office Location: |
| 589 |
Office Phone: |
589 |
Office Phone: |
|
Lines 598-604
Link Here
|
| 598 |
<title>Interactive chpass by Normal User</title> |
598 |
<title>Interactive chpass by Normal User</title> |
| 599 |
|
599 |
|
| 600 |
<screen>#Changing user database information for jru. |
600 |
<screen>#Changing user database information for jru. |
| 601 |
Shell: /usr/local/bin/tcsh |
601 |
Shell: /usr/local/bin/zsh |
| 602 |
Full Name: J. Random User |
602 |
Full Name: J. Random User |
| 603 |
Office Location: |
603 |
Office Location: |
| 604 |
Office Phone: |
604 |
Office Phone: |
|
Lines 986-992
Link Here
|
| 986 |
systems), the two factors the kernel uses to decide whether a process |
986 |
systems), the two factors the kernel uses to decide whether a process |
| 987 |
is allowed to do something is its user ID and list of groups it |
987 |
is allowed to do something is its user ID and list of groups it |
| 988 |
belongs to. Unlike a user ID, a process has a list of groups |
988 |
belongs to. Unlike a user ID, a process has a list of groups |
| 989 |
associated with it. You may hear some things refer to the "group ID" |
989 |
associated with it. You may hear some things refer to the <quote>group ID</quote> |
| 990 |
of a user or process; most of the time, this just means the first |
990 |
of a user or process; most of the time, this just means the first |
| 991 |
group in the list.</para> |
991 |
group in the list.</para> |