1632
Folder (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] s_s@lemmy.one 68 points 1 year ago
[-] DrTeeth@lemmy.world 52 points 1 year ago
[-] PixelProf@lemmy.ca 46 points 1 year ago

This mouse? Believe it or not, file.

[-] user224@lemmy.sdf.org 22 points 1 year ago

/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 1 year ago

cat /dev/input/mouse0

[-] Alatain@lemmy.world 6 points 1 year ago

Computer mouse or live mouse? Yes

[-] iesou@lemm.ee 3 points 1 year ago

Straight to file.

[-] flambonkscious@sh.itjust.works 7 points 1 year ago

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 1 year ago

you are correct, directories are 4kb files

[-] s_s@lemmy.one 7 points 1 year ago* (last edited 1 year ago)

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 1 year 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 1 year ago

The academic truth.

this post was submitted on 11 Jul 2023
1632 points (100.0% liked)

linuxmemes

21047 readers
879 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS