The lost meme in question was like this: A post on r/notinteresting saying “I don’t know anything about programming, ask me anything.” A comment asked “How to kill the child process?” Then replied to himself: Who reported me 💀

  • hank_and_deans@lemmy.ca
    link
    fedilink
    arrow-up
    22
    ·
    9 months ago

    Here is an excerpt of the table of contents for the book “Linux Application Development”:

    • Process Primitives
      • Having Children
      • Watching Your Children Die
      • Running New Programs
      • A Bit of History: vfork()
      • Killing Yourself
      • Killing Others
      • Dumping Core
    • Simple Children
      • Running and Waiting with system()
      • Reading or Writing from a Process

    It’s actually quite a good book.