|
54.
|
|
|
The <command>df</command> command displays filesystem disk space usage for all partitions (<acronym>df</acronym> stands for <quote>disk free</quote>). <screen>df -h</screen> will give information using megabytes (<abbrev>M</abbrev>) and gigabytes (<abbrev>G</abbrev>) instead of blocks (<command>-h</command> means <quote>human readable</quote>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cli/C/cli.xml:267(para)
|
|
55.
|
|
|
free - display amount of free and used memory
|
|
|
|
free - display amount of free and used memory
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:272(title)
|
|
56.
|
|
|
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 the most useful for current computers.
|
|
|
|
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 the most useful for current computers.
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:273(para)
|
|
57.
|
|
|
top - display top consuming processes
|
|
|
|
top - display top consuming processes
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:280(title)
|
|
58.
|
|
|
The <command>top</command> command displays information on the Linux system - processes that are running, system resources including <acronym>CPU</acronym>, <acronym>RAM</acronym> & swap usage, and the total number of tasks being run. To exit <command>top</command>, press <keycap>q</keycap>.
|
|
|
|
The <command>top</command> command displays information on the Linux system - processes that are running, system resources including <acronym>CPU</acronym>, <acronym>RAM</acronym> & swap usage, and the total number of tasks being run. To exit <command>top</command>, press <keycap>q</keycap>.
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
../docs/cli/C/cli.xml:286(para)
|
|
59.
|
|
|
uname - print details about the current machine
|
|
|
|
uname - print details about the current machine
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:290(title)
|
|
60.
|
|
|
The <command>uname</command> command with the <command>-a</command> options displays all system information, including machine name, kernel name & version, and other details. This command is useful for checking which kernel is in use (<abbrev>uname</abbrev> is short for <quote>unix name</quote>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cli/C/cli.xml:298(para)
|
|
61.
|
|
|
lsb_release - print details about current Linux release
|
|
|
|
lsb_release - print details about current Linux release
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:299(title)
|
|
62.
|
|
|
The <command>lsb_release</command> with the <command>-a</command> option prints version information for the Linux release in use. For example, typing: <screen>lsb_release -a</screen> will display: <screen>No LSB modules are available.
Distributer ID: Ubuntu
Description: Ubuntu 10.04
Release: 10.04
Codename: lucid
</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cli/C/cli.xml:307(para)
|
|
63.
|
|
|
Executing Commands with Elevated Privileges
|
|
|
|
Executing Commands with Elevated Privileges
|
|
Translated and reviewed by
Jared Norris
|
|
|
|
Located in
docs/cli/C/cli.xml:316(title)
|