|
55.
|
|
|
By default, <command>rm</command> will not remove directories. To remove a directory, you must use the <command>-r</command> option (which can also be entered as <command>-R</command> or <command>--recursive</command>). For example, <screen>rm -r foobar</screen> or <screen>rm -R foobar</screen> or <screen>rm --recursive foobar</screen> will remove the directory <filename class="directory">foobar</filename><emphasis> and all of its contents!</emphasis>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/cli/C/cli.xml:245(para)
|
|
56.
|
|
|
System Information Commands
|
|
|
|
Órdenes de información del sistema
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:252(title)
|
|
57.
|
|
|
df - display amount of disk space
|
|
|
|
df - muestra la cantidad de espacio libre
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:255(title)
|
|
58.
|
|
|
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>).
|
|
|
|
La orden <command>df</command> muestra el uso de espacio en disco de todas las particiones (<acronym>df</acronym> significa <quote>disk free</quote>, <quote>disco libre</quote>). <screen>df -h</screen> dará información usando megabytes (<abbrev>M</abbrev>) y gigabytes (<abbrev>G</abbrev>) en lugar de bloques (<command>-h</command> significa <quote>human readable</quote>, <quote>legible por humanos</quote>).
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:263(para)
|
|
59.
|
|
|
free - display amount of free and used memory
|
|
|
|
free - muestra la cantidad de memoria libre y usada
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:266(title)
|
|
60.
|
|
|
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.
|
|
|
|
La orden <command>free</command> muestra la cantidad de memoria libre y ocupada del sistema. <screen>free -m</screen> mostrara la información en megabytes, que probablemente sea mas utilizable para el usuario común.
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:267(para)
|
|
61.
|
|
|
top - display top consuming processes
|
|
|
|
top - muestra los procesos con más consumo
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:275(title)
|
|
62.
|
|
|
The <command>top</command> command displays information on the <trademark>Linux</trademark> 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>.
|
|
|
|
La orden <command>top</command> muestra información del sistema <trademark>Linux</trademark> - procesos en ejecución, recursos del sistema incluida la <acronym>CPU</acronym>, <acronym>RAM</acronym> & uso de memoria de intercambio y el número total de tareas en ejecución. Para salir <command>top</command>, presione <keycap>q</keycap>.
|
|
Translated by
Kompu
|
|
Reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:281(para)
|
|
63.
|
|
|
uname - print details about the current machine
|
|
|
|
uname - imprime detalles sobre la máquina actual
|
|
Translated and reviewed by
Paco Molinero
|
|
|
|
Located in
docs/cli/C/cli.xml:285(title)
|
|
64.
|
|
|
The <command>uname</command> command with the <command>-a</command> option 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
docs/cli/C/cli.xml:291(para)
|