Wait until you learn about hard links
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
came here for this
And bird mounts
Uh I think you meant bind mounts lol
They might have but I certainly don't
He said BIRD mounts and he meant it. It is up to us to rise to the level where we too can use bird mounts.
protip: put bind -s 'set mark-symlinked-directories on'
in your ~/.bashrc
and also bind -s 'set completion-ignore-case on'
because why not :)
Don't feel dumb! This is just normal learning!
Symlinks are possible in Windows (at least in NTFS filesystems) but to my knowledge they aren't used by anything official.
Windows's weird "psuedo folders" thing it does with "Documents" etc is something else entirely.
Adding on to Windows: There's no way (in the UI) to add symlinks. In Windows 10, symlinks must be created in an administrative command prompt. It is pretty damn clunky.
Hey no worries, we all start somewhere.
Now that you know about symlinks, you can get creative with them: https://sparkventure.net/the-versatility-of-symbolic-links-in-linux-a-guide-with-examples/
The hard part now is to avoid overdoing it: https://www.ceos3c.com/linux/understanding-linux-symbolic-links-a-beginners-guide/#best-practices-and-common-pitfalls
That beginners guide says to avoid creating circular symlinks. What if, entirely hypothetically, I already have a circular symlink?
Delete one
"Overdoing it" doesn't exist when you understand what it can accomplish. Bedrock Linux for example is based on symlink abuse from what I understand
I'll have to look into that distro later. Anything particularly noteworthy about it, besides the symlink abuse?
Edit: I did some rudimentary searching, apparently it's a meta distro that let's you mix and match stuff from multiple linux distros: https://bedrocklinux.org/
That's actually pretty wild. I might play around with this in the future