• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle






  • kaba0@programming.devtolinuxmemes@lemmy.worldFolder
    link
    fedilink
    English
    arrow-up
    2
    ·
    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.