|
60.
|
|
|
The <emphasis role="strong">lsb_release</emphasis> command with the <emphasis role="strong">-a</emphasis> option prints version information for the Linux release you're running. For example, typing: <screen>lsb_release -a</screen> will give you: <screen>
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04
Release: 8.04
Codename: hardy</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
61.
|
|
|
ifconfig
|
|
|
|
ifconfig
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
62.
|
|
|
The <command>ifconfig</command> command reports on your system's network interfaces.
|
|
|
|
Skipunin <command>ifconfig</command> gefur skýrslu um viðmót kerfisins þíns.
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
63.
|
|
|
Executing Commands with Elevated Privileges
|
|
|
|
Að fræmkvæma skipanir með aukinni öryggisheimild
|
|
Translated and reviewed by
Tómas A. Árnason
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:293(title)
|
|
64.
|
|
|
The following commands will need to be prefaced with the <command>sudo</command> command. Please see <ulink url="https://help.ubuntu.com/community/RootSudo">RootSudo</ulink> for information on using <command>sudo</command>.
|
|
|
|
Setja þarf <command>sudo</command> skipunina fyrir framan eftirfarandi skipanir. Sjá má <ulink url="https://help.ubuntu.com/community/RootSudo">RootSudo</ulink> til að fá upplýsingar um hvernig nota skal <command>sudo</command> skipunina.
|
|
Translated and reviewed by
Baldur
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:294(para)
|
|
65.
|
|
|
Adding a New Group
|
|
|
|
Bæti við nýjum hópi
|
|
Translated and reviewed by
Gling Gling
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:303(title)
|
|
66.
|
|
|
The <command>addgroup</command> command is used to create a new group on the system. To create a new group, type: <screen>addgroup newgroup</screen> The above command will create a new group called <emphasis role="strong">newgroup</emphasis>.
|
|
|
|
<command>addgroup</command> skipunin er notuð til að búa til nýjan hóp í kerfinu. Skrifaðu : <screen>addgroup newgroup</screen> til að búa til nýjan hóp. Þetta skapar nýjan hóp sem heitir <emphasis role="strong">newgroup</emphasis>.
|
|
Translated and reviewed by
Gling Gling
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:304(para)
|
|
67.
|
|
|
Adding A New User
|
|
|
|
Bæti við nýjum notanda
|
|
Translated and reviewed by
Gling Gling
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:313(title)
|
|
68.
|
|
|
The <command>adduser</command> is used to create new users on the system. To create a new user, type: <screen>adduser newuser</screen> The above command will create a new user called <emphasis role="strong">newuser</emphasis>.
|
|
|
|
Skipunina <command>adduser</command> notar maður til að bæta við notendum í kerfinu. Til að bæta við notanda, skrifaðu: <screen>adduser newuser</screen> Þetta bætir við notanda sem heitir <emphasis role="strong">newuser</emphasis>.
|
|
Translated and reviewed by
Gling Gling
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:314(para)
|
|
69.
|
|
|
To assign a password for the new user use the <command>passwd</command> command: <screen>passwd newuser</screen>
|
|
|
|
Til að gefa nýjum notanda lykilorð má nota <command>passwd</command> skipunina (<acronym>passwd</acronym> er stytting á enska orðinu „password“ sem þýðir „lykilorð“ eða „aðgangsorð“).: <screen>passwd nyr_notandi</screen>
|
|
Translated and reviewed by
Baldur
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:321(para)
|