bash Créer un lien symbolique à d'autres liens symboliques

# Basic syntax:
ls -s /path/to/symlinks /path/to/destination/directory
# Note, as far as I know, you don't have to do anything special to create a
#	symlink from another symlink. Just use the regular ln -s command on the
#	symlinks
Charles-Alexandre Roy