Hi,
I'm triyng to implement a backup script i got with Backup & recovery book from Osborne.
These scripts use a variable that's called $TOOLS.
It needs to be set in the environment.
So i set it the /etc/environment file like this:
TOOLS=/path
The scripts still don't find the right files.
How can i test if a variable is set right?
I tried cd $TOOLS but nothing happend.
Help!!!
I'm triyng to implement a backup script i got with Backup & recovery book from Osborne.
These scripts use a variable that's called $TOOLS.
It needs to be set in the environment.
So i set it the /etc/environment file like this:
TOOLS=/path
The scripts still don't find the right files.
How can i test if a variable is set right?
I tried cd $TOOLS but nothing happend.
Help!!!