|
50.
|
|
|
System Information Commands
|
|
|
|
Kerfis Upplýsinga Skipanir
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:226(title)
|
|
51.
|
|
|
df
|
|
|
|
df
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:229(title)
|
|
52.
|
|
|
The <command>df</command> command displays filesystem disk space usage for all partitions. <screen>df -h</screen> will give information using megabytes (M) and gigabytes (G) instead of blocks (<emphasis role="strong">-h</emphasis> means "human-readable").
|
|
|
|
Skipunin <command>df</command> birtir hve stóran hlut skráakerfið notar á hverri deild. <screen>df -h</screen> birtir upplýsingarnar með því að nota megabæt (M) og gígabæt (G) í staðin fyrir að mæla þær í bálkum (<emphasis role="strong">-h</emphasis> stendur fyrir „human-readable“ sem á við að þetta eigi að vera auðlesanlegt).
|
|
Translated and reviewed by
Baldur
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:230(para)
|
|
53.
|
|
|
free
|
|
|
|
eftir
|
|
Translated and reviewed by
Baldur
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:240(title)
|
|
54.
|
|
|
The <command>free</command> command displays the amount of free and used memory in the system. <screen>free -m</screen> will give the information using megabytes, which is probably most useful for current computers.
|
|
|
|
Skipunin <command>free</command> birtir hversu mikið minni er laust og hve mikið er upptekið.<screen>free -m</screen> birtir upplýsingarnar í megabætum, sem er líklega gagnlegast fyrir flesta notendur.
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:241(para)
|
|
55.
|
|
|
top
|
|
|
|
top
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:251(title)
|
|
56.
|
|
|
The <command>top</command> command displays information on your GNU/Linux system, running processes and system resources, including CPU, RAM & swap usage and total number of tasks being run. To exit <application>top</application>, press <keycap>q</keycap>.
|
|
|
|
Skipunin <command>top</command> birtir upplýsingar um GNU/Linux kerfið þitt, ferli í gangi og kerfis aðföng, þer með talið CPU, RAM & skiptinotkun og heildarfjölda ferla í gangi.Til að fara aftur út úr <application>top</application>, íttu á <keycap>q</keycap>.
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:252(para)
|
|
57.
|
|
|
uname
|
|
|
|
uname
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:262(title)
|
|
58.
|
|
|
The <command>uname</command> command with the <emphasis role="strong">-a</emphasis> option, prints all system information, including machine name, kernel name & version, and a few other details. Most useful for checking which kernel you're using.
|
|
|
|
Skipunin <command>uname</command> með möguleikanum <emphasis role="strong">-a</emphasis>, birtir allar kerfis upplýsingar, þarmeð talið nafn vélarinnar, nafn og amp kjarnans; útgáfu, og ýmis önnur smáatriði. Gagnlegast til að komast að hvaða kjarna þú ert að nota.
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:263(para)
|
|
59.
|
|
|
lsb_release
|
|
|
|
lsb_release
|
|
Translated and reviewed by
jarnkarlinn
|
|
|
|
Located in
basic-commands/C/basic-commands.xml:273(title)
|