this post was submitted on 21 Feb 2025
62 points (100.0% liked)

Linux

50368 readers
869 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I mean I feel stupid typing it now, but I've been using Windows since I was 5 years old, and Linux for about 30 days. It was not apparent to me that many of my folders were actually shortcuts to stuff in my user directory, and now that I know to look out for them the location of my applications make sooo much more sense.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 23 hours ago (3 children)

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.

[–] [email protected] 1 points 1 hour ago

I think ntfs does some weird shit with translating names of files in different languages too, and maybe they are simlinks

Say desktop is translated to ntesctop in some language, the real file is still desktop but there is a link as ntesctop --> desktop so without changing the system it flips from one language to another. I am not sure, I haven't really spent much time on it, in recent years I did some installations at work but never got to play with it much.

[–] [email protected] 1 points 1 hour ago

I just assumed they were the same as "shortcuts" on Windows, coz to the end user they're not all that different - File that points you to a different file or directory when you open it

[–] [email protected] 11 points 22 hours ago

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.