[EMAIL PROTECTED] wrote:
>
> I have a ML 7.0 box that I am using at work to play with as a firewall. I have
>installed the firewall software that my company uses to work with....problem is....if
>I want to start the configuration program -- on our production machine (sun ultra10)
>I can just type cpconfig and it loads right up....on this box I have to type in the
>full path of where the file lives, which works but is annoying...how can I fix this???
>
> (I am using the linux box as it is much cheaper than another ultra10 for playing....)
>
> Thanks.
>
> Tim
===========================
Fron a different newsgroup hope it helps
------------------------------
Hi. If you use /bin/sh or /bin/bash as your shell, systemwide configs
like path are set in /etc/profile and /etc/bashrc. for individual
accounts. create a .bashrc file for each user and modify path as needed.
for /bin/csh and /bin/tcsh, the files are /etc/csh.login and
/etc/csh.cshrc.