[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
Then I think stdout would be a pipe that your script created. So that
might be a problem.
On Mon, 2005-06-27 at 08:39, Christopher Fowler wrote:
> Cron output is stored into a temp file in /tmp. You can stat STDOUT and
> see what filename is for that descriptor. If the filename contains the
> word 'cron' then you are inside cron.
>
> The only problem there is I know how to do this in C. Uoi can do it in
> perl but I have no clue how to in bash.
>
> You might be able to do something like this:
>
> LOCATION=`perl <<EOF
> ......
> EOF
> `
>
> Then check the value of that variable.
>
> Or maybe this will work in bash
>
> [cfowler at cfowler cfowler]$ FD1=`ls -l /proc/$$/fd/1 | cut -d '>' -f2`;
> [cfowler at cfowler cfowler]$ echo $FD1
> /dev/pts/1
>
> You'll want to check FD1 for the word cron.
>
>
> On Mon, 2005-06-27 at 00:17, Christopher Bergeron wrote:
> > Does anyone know of an easy way for my script to determine if it's being
> > run from cron or from a user shell?
> >
> > I have a feeling theres an easy way to do this, but I'm drawing a
> > complete blank right now. I'm looking at my Environment vars, but I'm
> > not sure what gets set by Cron when it runs a script.
> >
> > Any ideas are much appreciated...
> >
> > Kind regards,
> > CB
> >
> >
> > _______________________________________________
> > Ale mailing list
> > Ale at ale.org
> > <a rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale">http://www.ale.org/mailman/listinfo/ale</a>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> <a rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale">http://www.ale.org/mailman/listinfo/ale</a>
</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00752" href="msg00752.html">[ale] block dev over net?</a></strong>
<ul><li><em>From:</em> dcorbin at machturtle.com (David Corbin)</li></ul></li>
<li><strong><a name="00753" href="msg00753.html">[ale] block dev over net?</a></strong>
<ul><li><em>From:</em> jjj863 at gmail.com (Jerry Yu)</li></ul></li>
<li><strong><a name="00777" href="msg00777.html">[ale] block dev over net?</a></strong>
<ul><li><em>From:</em> dcorbin at machturtle.com (David Corbin)</li></ul></li>
<li><strong><a name="00782" href="msg00782.html">[ale] block dev over net?</a></strong>
<ul><li><em>From:</em> cfowler at outpostsentinel.com (Christopher Fowler)</li></ul></li>
<li><strong><a name="00783" href="msg00783.html">[ale] Bash: How to determine if called from cron?</a></strong>
<ul><li><em>From:</em> christopher at bergeron.com (Christopher Bergeron)</li></ul></li>
<li><strong><a name="00784" href="msg00784.html">[ale] Bash: How to determine if called from cron?</a></strong>
<ul><li><em>From:</em> cfowler at outpostsentinel.com (Christopher Fowler)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00784.html">[ale] Bash: How to determine if called from cron?</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00786.html">[ale] Bash: How to determine if called from cron?</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00784.html">[ale] Bash: How to determine if called from cron?</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00786.html">[ale] Bash: How to determine if called from cron?</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00785"><strong>Date</strong></a></li>
<li><a href="threads.html#00785"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>