• HiTekRedNek@lemmy.world
    link
    fedilink
    arrow-up
    18
    ·
    4 days ago

    The UNIX philosophy is “Everything is a file.”

    systemd doesn’t follow that, with its binary logs and stuff.

    Just part of why I keep going back to FreeBSD.

    • thedeadwalking4242@lemmy.world
      link
      fedilink
      arrow-up
      12
      ·
      4 days ago

      Replace everything is a file with “everything is a byte stream with a file handle” and your there.

      There is A LOT of Unix that doesn’t stick to the convention of “everything is a text file” and for good reason.