These look like environment variables. The FILES section of the man
pages for 'bash' and 'csh' both refer to 'global' initialization files
found in /etc: /etc/profile for 'bash'; and two files: /etc/csh.cshrc
and /etc/csh.login for 'csh'.
IIRC, these are also sourced by all the related shel
Þann 2006-03-10, 12:49:57 (+0100) skrifaði Marco Calviani:
> Hi list,
>i would like to define global variables for all the user of a
> Debian system, for example the following:
>
> CERN=/usr/local/cernlib
> CERN_LEVEL=2005
> CERN_ROOT=/usr/local/cernlib/2005
> PATH=/usr/local/cernlib/2005/bin
Hi list,
i would like to define global variables for all the user of a
Debian system, for example the following:
CERN=/usr/local/cernlib
CERN_LEVEL=2005
CERN_ROOT=/usr/local/cernlib/2005
PATH=/usr/local/cernlib/2005/bin
LDPATH=/usr/local/cernlib/lib
Where do i have to put them? I was thinking
3 matches
Mail list logo