this post was submitted on 18 Jul 2024
16 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1053 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The CLI way syntax :
ln -s source target
For example :
ln -s /media/username/NTFS-folder-Downloads ~/Downloads/NTFS-folder-Downloads
(Make sure to omit a trailing / if you are using command line auto suggestion completion).If you want an answer from other readers about the GUI way : it would useful which file manager (Nautilus, Dolphin, Nemo, Caja etc.) you are using.
Thank You.
Actually I'm asking about mounting, not creating Symlinks.
I'm using Nemo.