this post was submitted on 11 Jul 2023
1623 points (98.7% liked)

linuxmemes

25535 readers
1185 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] avidamoeba@lemmy.ca 100 points 2 years ago* (last edited 2 years ago) (11 children)

    So tell me, what do you call the object drawn in this picture, taken from a popular Linux operating system?

    A picture of a folder icon from Ubuntu

    Say my name.

    [–] raresbears@iusearchlinux.fyi 108 points 2 years ago (1 children)
    [–] avidamoeba@lemmy.ca 10 points 2 years ago

    The ugly truth.

    [–] s_s@lemmy.one 69 points 2 years ago (2 children)
    [–] DrTeeth@lemmy.world 54 points 2 years ago (2 children)
    [–] PixelProf@lemmy.ca 48 points 2 years ago (3 children)

    This mouse? Believe it or not, file.

    [–] user224@lemmy.sdf.org 23 points 2 years ago (1 children)

    /dev/input/mouse0 or whatever number you may have if for some reason you have more of them. Plus the always present /dev/input/mice shared between all mouse devices.

    [–] masterofn001@lemmy.ca 4 points 2 years ago

    cat /dev/input/mouse0

    [–] Alatain@lemmy.world 6 points 2 years ago

    Computer mouse or live mouse? Yes

    [–] iesou@lemm.ee 3 points 2 years ago

    Straight to file.

    [–] flambonkscious@sh.itjust.works 7 points 2 years ago (2 children)

    I've always enjoyed this about my pathetic attempts to get into *nix, but what are directors, then? Are they somehow a 'file' as well?

    Honest question - I'm just a Windows doofus

    [–] SanndyTheManndy@lemmy.world 11 points 2 years ago

    you are correct, directories are 4kb files

    [–] s_s@lemmy.one 7 points 2 years ago* (last edited 2 years ago) (1 children)

    Logically, everything stored to disc is a file. There are no physical folds or branching on a harddrive's platter. Everything is (this is simplified) listed one at a time, end to end sequentially. A directory is just a special text file that lists all the addresses to files that are logically "inside of it".

    With journaling file systems (aka modern file systems), this is either replaced or superceeded by the journal.

    Moreso, in Linux, most things are also logically treated as files. In Windows, some settings are stored in a special database known as the registry--Linux has not. It just has text files. In windows, devices are in the device manager, in Linux, devices are just another directory. In Windows you have a special task manager to view open processes, in Linux we have /proc which is a virtual directory. Windows: user permissions are managed with the active directory application. Linux: file permissions. etc.

    This means, instead of using special apps to view things, you can, if so inclined, just navigate and look at files using the usual terminal.

    [–] kaba0@programming.dev 3 points 2 years ago

    Though to add: many things in your file system are listed as β€œfiles” in a directory, but are completely virtual with varying ways on what they do when written to/read from. (Also, linux has streams and files, not only files) E.g. /dev/null will read zeros, and discard data written to. But it has no physical backing.

    [–] avidamoeba@lemmy.ca 10 points 2 years ago

    The academic truth.

    [–] fuckerheader@lemmy.world 25 points 2 years ago (2 children)

    I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

    Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

    There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.

    β€œI use Linux as my operating system,” I state proudly to the unkempt, bearded man. He swivels around in his desk chair with a devilish gleam in his eyes, ready to mansplain with extreme precision. β€œActually,” he says with a grin, β€œLinux is just the kernel. You use GNU+Linux.” I don’t miss a beat and reply with a smirk, β€œI use Alpine, a distro that doesn’t include the GNU coreutils, or any other GNU code. It’s Linux, but it’s not GNU+Linux.”

    The smile quickly drops from the man’s face. His body begins convulsing and he foams at the mouth as he drop to the floor with a sickly thud. As he writhes around he screams β€œI-IT WAS COMPILED WITH GCC! THAT MEANS IT’S STILL GNU!” Coolly, I reply: β€œIf Windows was compiled with GCC, would that make it GNU?” I interrupt his response with β€œAnd work is being made on the kernel to make it more compiler-agnostic. Even if you were correct, you won’t be for long.”

    With a sickly wheeze, the last of the man’s life is ejected from his body. He lies on the floor, cold and limp. I’ve womansplained him to death.

    [–] avidamoeba@lemmy.ca 6 points 2 years ago* (last edited 2 years ago)

    The recursive truth. πŸ†

    [–] leo@sh.itjust.works 14 points 2 years ago

    HΓ€ngeregister.

    And I think that's beautiful.

    [–] RGB3x3@lemmy.world 12 points 2 years ago

    π’Ÿπ’Ύπ“‡π‘’π’Έπ“‰π‘œπ“‡π“Ž

    [–] croobat@lemmy.world 8 points 2 years ago

    ... You are a folder.

    [–] over_clox@lemmy.world 8 points 2 years ago

    This is an array of pretty pixels laid out in a fashion to appeal to the human eyes.

    [–] Alfi@lemmy.alfi.casa 7 points 2 years ago (1 children)
    [–] avidamoeba@lemmy.ca 21 points 2 years ago* (last edited 2 years ago) (3 children)

    OK, I see you're having some trouble. No sweat. We're all friends here. Many of us don't get it on the first try. Let me help you. It's a symbolic representation of an actual physical object which you can buy here today. There's a nice description at the store page with the following pic along with it:

    Oh shit when did they start selling directory themed novalty gifts?

    [–] peopleproblems@lemmy.world 11 points 2 years ago

    OH it's a PATH!

    [–] shotgun_crab@lemmy.world 9 points 2 years ago (1 children)

    You wouldn't download a folder

    [–] tool@r.rosettast0ned.com 3 points 2 years ago

    You wouldn't download a folder

    The fuck I wouldn't! I'm gonna do it now out of spite!

    [–] samsy@feddit.de 5 points 2 years ago

    I call them yaru-icons. Just for all my Linux buddies without ubuntu.

    [–] squilox@lemm.ee 5 points 2 years ago

    I call them icons

    [–] RGB3x3@lemmy.world 1 points 2 years ago

    π’Ÿπ’Ύπ“‡π‘’π’Έπ“‰π‘œπ“‡π“Ž