2025-12-16 10:20:31 -07:00
|
|
|
# link
|
|
|
|
|
|
|
|
|
|
> Crea un enlace duro a un archivo existente.
|
2026-07-08 16:22:34 -06:00
|
|
|
> Para más opciones, vea el comando `ln`.
|
2025-12-16 10:20:31 -07:00
|
|
|
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/link-invocation.html>.
|
|
|
|
|
|
|
|
|
|
- Crea un enlace duro de un archivo nuevo a un archivo existente:
|
|
|
|
|
|
|
|
|
|
`link {{ruta/al/archivo_existente}} {{ruta/al/archivo_nuevo}}`
|