How do I symlink all files from one directory to another in bash? [closed] December 1, 2022 by Tarik ln -s /mnt/usr/lib/* /usr/lib/ I guess, this belongs to superuser, though.