this post was submitted on 25 Feb 2024
457 points (98.7% liked)

Linux

47224 readers
778 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
 

If you have any suggestions or criticisms, feel free to comment them.

Being plain text, it's much easier to read on a wide screen, or on something without line wrapping.

you are viewing a single comment's thread
view the rest of the comments
[–] charles@lemmy.world 5 points 6 months ago (2 children)

What do you mean about "/ root directory, eg /usr/bin/bash"? / is /, just the top-most directory

[–] asciiandarch@lemmy.ml 3 points 6 months ago* (last edited 6 months ago)

I added more detail to the description and made a more relevant example. (I think)

[–] mundane@feddit.nu 3 points 6 months ago

Yes, the top most directory, /, is the root directory.

Each directory is a branch in one giant tree structure. For example, if you have a directory containing two other directories, that is a branch that is splitting into two branches. All directories are descendants of the same root.