┌── 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
Trovato questo utile metodo per spiegare i comandi di Linux, ma non ho idea di come sia stato fatto @grg . Manualmente richiede molto tempo. C'è uno strumento per fare cose del genere?
Fonte: Come posso creare un collegamento simbolico in Terminal?