Vertaling van "command df" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can do that with an already learned command df.
We checked with the command df -h
The command df -h on a terminal shows the available space on your hard drive, each partition, not give more information.
El comando df -h muestra en una terminal el espacio disponible en nuestro disco duro, según particiones, pero no da más información.
the output of the command df -m, which shows your amount of free disk space
La salida del comando df -m, que muestra la cantidad de espacio libre en el disco
To check this we open an ssh session against the host ESX and we run the command df -h we can see the size of the partitions team
Para comprobarlo abrimos una sesión ssh contra el host ESX y ejecutamos el comando df -h podemos ver el tamaño de las particiones del equipo
In Linux, you can also use the command df -h
En Linux, también se puede utilizar el comando df -h
The command df -k (disk free) displays the disk space usage in kilobytes, as shown below
El comando -k df (libre en el disco) muestra el uso de espacio de disco en kilobytes, como se muestra a continuación
Continuing the example, the command df -h will clarify the information, and assumes just one partition on the USB stick
Siguiendo con el ejemplo, la orden df -h clarificará la información, y supone una sola partición en la memoria USB
There should be more than 800MB of free space available (you can check your free space with the shell command df -k/the/directory or by using a file manager).
Debería haber más de 800MB de espacio libre disponible (puedes comprobar cúal es tu espacio libre con el comando de shell df -k/the/directory o utilizando un administrador de archivos).
Continuing the example, the command df -h will clarify the information, and assumes USB/SD/flash
Siguiendo con el ejemplo, la orden df -h clarificará la información, y supone una sola partición en la memoria USB
To see that is what is occupying the space we go to the directory/ boot and are old images and can be removed with rm initrd-xxxx-xxx.img command and free up some space. We checked with the command df -h Filesystem Size Used Avail Use% Mounted on
Para ver que es lo que esta ocupando el espacio nos vamos al directorio/boot y ejecutamos el comando ls -la Vemos que hay ficheros similares a intrd-x.x.xx-xxx.img que son imágenes antiguas y que se pueden eliminar con el comando rm intrd-x.x.xx-xxx.img y así liberar un poco de espacio.
For data handling a directory has to be created on one of the disks named disk-? (? stands for a letter, normally a, b, c or, d) The system command df -k displays free disk space.
Para el manejo de datos se debe crear un directorio propio en uno de los discos disponibles a tal efecto. Dichos discos se suelen encontrar bajo el nombre/disk-? (siendo? una letra, normalmente a, b, c o d).