Yet another movie quote hidden in Linux

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
6
down vote

favorite












Inspired by this question and this question, can you guess the famous movie quote hidden in this Linux block?



infant:~$ ps a | grep 13179
13179 pts/20 R 0:18 /bin/bash ./Z
13181 pts/20 S+ 0:00 grep --color=auto 13179
infant:~$
kill 13179
infant:~$ kill 13179
bash: kill: (13179) - No such process
[1]+ Terminated ./Z









share|improve this question







New contributor




Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    6
    down vote

    favorite












    Inspired by this question and this question, can you guess the famous movie quote hidden in this Linux block?



    infant:~$ ps a | grep 13179
    13179 pts/20 R 0:18 /bin/bash ./Z
    13181 pts/20 S+ 0:00 grep --color=auto 13179
    infant:~$
    kill 13179
    infant:~$ kill 13179
    bash: kill: (13179) - No such process
    [1]+ Terminated ./Z









    share|improve this question







    New contributor




    Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      6
      down vote

      favorite









      up vote
      6
      down vote

      favorite











      Inspired by this question and this question, can you guess the famous movie quote hidden in this Linux block?



      infant:~$ ps a | grep 13179
      13179 pts/20 R 0:18 /bin/bash ./Z
      13181 pts/20 S+ 0:00 grep --color=auto 13179
      infant:~$
      kill 13179
      infant:~$ kill 13179
      bash: kill: (13179) - No such process
      [1]+ Terminated ./Z









      share|improve this question







      New contributor




      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Inspired by this question and this question, can you guess the famous movie quote hidden in this Linux block?



      infant:~$ ps a | grep 13179
      13179 pts/20 R 0:18 /bin/bash ./Z
      13181 pts/20 S+ 0:00 grep --color=auto 13179
      infant:~$
      kill 13179
      infant:~$ kill 13179
      bash: kill: (13179) - No such process
      [1]+ Terminated ./Z






      knowledge rebus computer-puzzle






      share|improve this question







      New contributor




      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 hours ago









      Chase Gilbert

      1385




      1385




      New contributor




      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Chase Gilbert is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted











          "Zed's dead, baby. Zed's dead." from Pulp Fiction. My guess is because you're attempting to kill a process that's been terminated already. The system replies with a message that Z's been terminated and process is not found on the second attempt to kill the process.







          share|improve this answer










          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















          • Can you explain why you think that?
            – Duck
            2 hours ago






          • 1




            That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
            – Chase Gilbert
            2 hours ago











          • @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
            – Maksim Vi.
            2 hours ago











          • @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
            – Chase Gilbert
            1 hour ago










          Your Answer




          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "559"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Chase Gilbert is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f73976%2fyet-another-movie-quote-hidden-in-linux%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote



          accepted











          "Zed's dead, baby. Zed's dead." from Pulp Fiction. My guess is because you're attempting to kill a process that's been terminated already. The system replies with a message that Z's been terminated and process is not found on the second attempt to kill the process.







          share|improve this answer










          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















          • Can you explain why you think that?
            – Duck
            2 hours ago






          • 1




            That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
            – Chase Gilbert
            2 hours ago











          • @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
            – Maksim Vi.
            2 hours ago











          • @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
            – Chase Gilbert
            1 hour ago














          up vote
          4
          down vote



          accepted











          "Zed's dead, baby. Zed's dead." from Pulp Fiction. My guess is because you're attempting to kill a process that's been terminated already. The system replies with a message that Z's been terminated and process is not found on the second attempt to kill the process.







          share|improve this answer










          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















          • Can you explain why you think that?
            – Duck
            2 hours ago






          • 1




            That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
            – Chase Gilbert
            2 hours ago











          • @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
            – Maksim Vi.
            2 hours ago











          • @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
            – Chase Gilbert
            1 hour ago












          up vote
          4
          down vote



          accepted







          up vote
          4
          down vote



          accepted







          "Zed's dead, baby. Zed's dead." from Pulp Fiction. My guess is because you're attempting to kill a process that's been terminated already. The system replies with a message that Z's been terminated and process is not found on the second attempt to kill the process.







          share|improve this answer










          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          "Zed's dead, baby. Zed's dead." from Pulp Fiction. My guess is because you're attempting to kill a process that's been terminated already. The system replies with a message that Z's been terminated and process is not found on the second attempt to kill the process.








          share|improve this answer










          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer








          edited 2 hours ago





















          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered 2 hours ago









          Maksim Vi.

          1564




          1564




          New contributor




          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Maksim Vi. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.











          • Can you explain why you think that?
            – Duck
            2 hours ago






          • 1




            That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
            – Chase Gilbert
            2 hours ago











          • @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
            – Maksim Vi.
            2 hours ago











          • @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
            – Chase Gilbert
            1 hour ago
















          • Can you explain why you think that?
            – Duck
            2 hours ago






          • 1




            That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
            – Chase Gilbert
            2 hours ago











          • @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
            – Maksim Vi.
            2 hours ago











          • @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
            – Chase Gilbert
            1 hour ago















          Can you explain why you think that?
          – Duck
          2 hours ago




          Can you explain why you think that?
          – Duck
          2 hours ago




          1




          1




          That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
          – Chase Gilbert
          2 hours ago





          That's right, but infant as the user contributes as well. Specifically, the message being read to that specific user.
          – Chase Gilbert
          2 hours ago













          @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
          – Maksim Vi.
          2 hours ago





          @ChaseGilbert, I didn't want to overthink it, since it could also mean that Fabienne killed ./Z. I assume it has something to do with the "baby" part, could you clarify?
          – Maksim Vi.
          2 hours ago













          @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
          – Chase Gilbert
          1 hour ago




          @Maksim Vi Just think of the termination message being read to the user for the quote to work. I see how you were interpreting it, but that's not quite what I was going for haha.
          – Chase Gilbert
          1 hour ago










          Chase Gilbert is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          Chase Gilbert is a new contributor. Be nice, and check out our Code of Conduct.












          Chase Gilbert is a new contributor. Be nice, and check out our Code of Conduct.











          Chase Gilbert is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f73976%2fyet-another-movie-quote-hidden-in-linux%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          Long meetings (6-7 hours a day): Being “babysat” by supervisor

          Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

          Confectionery