|
74.
|
|
|
<emphasis role="strong">Physical Users</emphasis> are people who use the system physically. They have user IDs which are usually unique, as well as group IDs.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:312(para)
|
|
75.
|
|
|
<emphasis role="strong">Logical Users</emphasis> are not tied to a person, but instead are tied to a system function that are used by applications to perform specific tasks. Daemons, mail, news are examples of logical users.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/basics/C/basics.xml:319(para)
|
|
76.
|
|
|
Groups
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:327(title)
|
|
77.
|
|
|
Groups are logical expressions of organization. They tie users together and provide group-based, rather than user-based permissions. Common groups include <emphasis>admin</emphasis>, <emphasis>audio</emphasis>, <emphasis>mail</emphasis>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/basics/C/basics.xml:329(para)
|
|
78.
|
|
|
Permissions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:339(title)
|
|
79.
|
|
|
In a multi-user environment, security of user and system data is important. Linux has three specific, or distinct, classes:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:340(para)
|
|
80.
|
|
|
<emphasis role="strong">r</emphasis> - <emphasis>read</emphasis> permission which grants the ability to read a file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:346(para)
|
|
81.
|
|
|
<emphasis role="strong">w</emphasis> - <emphasis>write</emphasis> permission which grants the ability to modify a file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:352(para)
|
|
82.
|
|
|
<emphasis role="strong">x</emphasis> - <emphasis>execute</emphasis> permission which grants the ability to execute a file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:358(para)
|
|
83.
|
|
|
The list above shows the symbolic notation of each permission in <emphasis role="strong">bold</emphasis> text. Each permission also has an octal notation:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/basics/C/basics.xml:364(para)
|