┌── ln(1) link, ln -- make links │ ┌── Create a symbolic link. │ │ ┌── the optional path to the intended symlink │ │ │ if omitted, symlink is in . named as destination │ │ │ can use . or ~ or other relative paths │ │ ┌─────┴────────┐ ln -s /path/to/original /path/to/symlink └───────┬───────┘ └── the path to the original file/folder can use . or ~ or other relative paths
Encontré este método útil para explicar los comandos de Linux, pero no tengo idea de cómo lo hizo @grg . Manualmente consume mucho tiempo. ¿Hay alguna herramienta para hacer cosas como esta?
Fuente: ¿Cómo puedo crear un enlace simbólico en la Terminal?
ls
proviene de BSD Unix, no de Linux). Entonces, si usa macOS o similar, elimine la palabra 'Linux' de su pregunta.