Re: [CentOS] CentOS 6: environment variables and cronjobs ...

2016-12-01 Thread Philippe BOURDEU d'AGUERRE
Le 01/12/2016 à 17:23, Liam O'Toole a écrit : On 2016-12-01, Walter H. wrote: Hello, in /etc/cron.d/test I've this: 50 15 * * * root ( date ; echo "---" ; env ; echo "---" ; set ) /tmp/test.txt and I thought I would be shown environment variables which are defined in e.g. /etc/profiles

Re: [CentOS] CentOS 6: environment variables and cronjobs ...

2016-12-01 Thread Liam O'Toole
On 2016-12-01, Walter H. wrote: > Hello, > > in > > /etc/cron.d/test > > I've this: > > 50 15 * * * root ( date ; echo "---" ; env ; echo "---" ; set ) >>>/tmp/test.txt > > and I thought I would be shown environment variables which are defined > in > > e.g. /etc/profiles.d/proxy.sh or /etc/profil

[CentOS] CentOS 6: environment variables and cronjobs ...

2016-12-01 Thread Walter H.
Hello, in /etc/cron.d/test I've this: 50 15 * * * root ( date ; echo "---" ; env ; echo "---" ; set ) >>/tmp/test.txt and I thought I would be shown environment variables which are defined in e.g. /etc/profiles.d/proxy.sh or /etc/profiles.d/proxy.csh but this isn't like this ... where do I