what is calling my executable *.sh script?

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











up vote
0
down vote

favorite












A long time ago I copied/modified a script that used inotify to tell me the results of an automatic clamscan when something was downloaded to Downloads.



I'd like to get rid of it but cannot figure out what is calling the script. I want to keep the script (in my home directory with others) but just not have it called anymore. Though I cannot recall how I did it, the tutorial I used suggested crontab.



But I have checked both my user's and root's crontab and do not see it in there. I also checked all the cron.daily/weekly/etc, as well as /etc/cron.d/ and cannot find it. I've looked in the journal using 'journalctl -b | grep cron' or for when I know the time I downloaded something, 'journalctl -b | grep -e "10:00"'. I've also just used grep to search for the string of the name of the executable - script.sh - but did not find it anywhere, not even in /etc/.



I do not have at/atd daemon and I cannot think of what else to do to look for whatever is calling it. It is also not in Linux Mint's "startup selection" using the GUI for the desktop.



Anyway, I don't simply want to delete the *.sh file, but my screen and terminals filling up with zenity windows and messages is annoying.



Any ideas of where to look?



PS



Here is a pic of my (h)top;



enter image description here









share

























    up vote
    0
    down vote

    favorite












    A long time ago I copied/modified a script that used inotify to tell me the results of an automatic clamscan when something was downloaded to Downloads.



    I'd like to get rid of it but cannot figure out what is calling the script. I want to keep the script (in my home directory with others) but just not have it called anymore. Though I cannot recall how I did it, the tutorial I used suggested crontab.



    But I have checked both my user's and root's crontab and do not see it in there. I also checked all the cron.daily/weekly/etc, as well as /etc/cron.d/ and cannot find it. I've looked in the journal using 'journalctl -b | grep cron' or for when I know the time I downloaded something, 'journalctl -b | grep -e "10:00"'. I've also just used grep to search for the string of the name of the executable - script.sh - but did not find it anywhere, not even in /etc/.



    I do not have at/atd daemon and I cannot think of what else to do to look for whatever is calling it. It is also not in Linux Mint's "startup selection" using the GUI for the desktop.



    Anyway, I don't simply want to delete the *.sh file, but my screen and terminals filling up with zenity windows and messages is annoying.



    Any ideas of where to look?



    PS



    Here is a pic of my (h)top;



    enter image description here









    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      A long time ago I copied/modified a script that used inotify to tell me the results of an automatic clamscan when something was downloaded to Downloads.



      I'd like to get rid of it but cannot figure out what is calling the script. I want to keep the script (in my home directory with others) but just not have it called anymore. Though I cannot recall how I did it, the tutorial I used suggested crontab.



      But I have checked both my user's and root's crontab and do not see it in there. I also checked all the cron.daily/weekly/etc, as well as /etc/cron.d/ and cannot find it. I've looked in the journal using 'journalctl -b | grep cron' or for when I know the time I downloaded something, 'journalctl -b | grep -e "10:00"'. I've also just used grep to search for the string of the name of the executable - script.sh - but did not find it anywhere, not even in /etc/.



      I do not have at/atd daemon and I cannot think of what else to do to look for whatever is calling it. It is also not in Linux Mint's "startup selection" using the GUI for the desktop.



      Anyway, I don't simply want to delete the *.sh file, but my screen and terminals filling up with zenity windows and messages is annoying.



      Any ideas of where to look?



      PS



      Here is a pic of my (h)top;



      enter image description here









      share













      A long time ago I copied/modified a script that used inotify to tell me the results of an automatic clamscan when something was downloaded to Downloads.



      I'd like to get rid of it but cannot figure out what is calling the script. I want to keep the script (in my home directory with others) but just not have it called anymore. Though I cannot recall how I did it, the tutorial I used suggested crontab.



      But I have checked both my user's and root's crontab and do not see it in there. I also checked all the cron.daily/weekly/etc, as well as /etc/cron.d/ and cannot find it. I've looked in the journal using 'journalctl -b | grep cron' or for when I know the time I downloaded something, 'journalctl -b | grep -e "10:00"'. I've also just used grep to search for the string of the name of the executable - script.sh - but did not find it anywhere, not even in /etc/.



      I do not have at/atd daemon and I cannot think of what else to do to look for whatever is calling it. It is also not in Linux Mint's "startup selection" using the GUI for the desktop.



      Anyway, I don't simply want to delete the *.sh file, but my screen and terminals filling up with zenity windows and messages is annoying.



      Any ideas of where to look?



      PS



      Here is a pic of my (h)top;



      enter image description here







      shell-script startup





      share












      share










      share



      share










      asked 2 mins ago









      nate

      1519




      1519

























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479992%2fwhat-is-calling-my-executable-sh-script%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479992%2fwhat-is-calling-my-executable-sh-script%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay