this post was submitted on 16 Oct 2025
157 points (98.2% liked)
Linux
59014 readers
368 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
- 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
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The bottom level of your file system is /, not C:, and other drives or partitions you have will be represented in subfolders like mnt or something.
Everything is represented as a file, even things that are not strictly speaking a file on your primary hard drive.
The part that you interact with the most, your graphical user interface, has a particular name, like gnome, kde, xfce, icewm, etc.
When you have to open a terminal, you might be interacting with different shells as well, but it will usually be bash.
Always install from the repos unless your nerdy friend who helped you get set up says it's okay to download this or that particular app.
Maybe include a bit about how to run regular backups automatically.
And also list out different alternative programs relative to what they might be used to in a Microsoft environment.
Came here to say drive letters. That's a weird one for converts. A guide for noobies should explain that drive is mounted somewhere in the file structure. Cover how to find it, and how to mount it where you want.