Tagged Questions
2
votes
1answer
926 views
Why my $PATH is not inherited by the invoked bash?
I work on an AIX system where I have no administrator privileges. It has several shells installed, default being tcsh. I am not allowed to change the login shell. Usually I start my session from exec ...
2
votes
2answers
267 views
What could cause which to not show something in the path?
There is an executable in my path that I believe is a perl script.
>$scriptname
$outputofscript
but
>which $scriptname
which: 0652-141 There is no $scriptname in $path
and the path it ...