Linux
Linux
Linux
Además, de tener atajos para mover más archivos de rutas más específicas:
ln -s flickr_photos-csv fotos.csv
Con los links, podemos hacer cualquiera de las demás operaciones vistas
anteriormente: Copiar, pegar, mover.
El siguiente comando, debes usarlo con mucho cuidado, se trata de eliminar
cualquier elemento desde la terminal. Una de las diferencias que tiene con la
interfaz gráfica es que no nos va a pedir verificación, borra todo de inmediato, si o
si, además, no existe algo como papelera de reciclaje donde podamos recuperar
los archivos eliminados.
EN DEBIAN
xdg-open <nombre del archivo> abre el archivo en un editor
md5 calculos
EN DEBIAN
md5sum calculos
open: recomendado para archivos binarios como imágenes, videos, pdf. etc.
more, cat, tail: para archivos con texto de salida utf-8 o similares
Overview
halt, poweroff, and reboot are commands you can run as root to stop
the system hardware.
• halt instructs the hardware to stop all CPU functions.
• poweroff sends an ACPI signal which instructs the system to power down.
• reboot instructs the system to reboot.
halt [OPTION]...
poweroff [OPTION]...
If you are logged in as root, issuing the poweroff command will send
an ACPI hardware signal which will instruct the system to commence
with a complete and immediate shutdown. This is roughly equivalent to
pressing the power button on a typical desktop computer.
sudo poweroff
shutdown examples
shutdown 8:00
Bring down the system immediately, and automatically power off the
system.