Hi Neil,
> Can someone kindly point me in the right direction
> to solve a niggling problem,
> When I do a `su' command bash comes up with
> an error message,
>
> bash: setenv : command not found
>
> I have a man page for setenv which refers
> to stdlib.h, this I have in,
>
> `/usr/include/b
On Fri, 15 Nov 1996, Neil Walker wrote:
> Can someone kindly point me in the right direction
> to solve a niggling problem,
> When I do a `su' command bash comes up with
> an error message,
>
> bash: setenv : command not found
That's because setenv is built into csh/tcsh. Apparently, you are
>bash: setenv : command not found
>
setenv is a C-shell builtin.
I guess, that you have probably set a C-shell variant as your login in
shell, but didn't wrote 'su -'.
My suggestion: Change your login shell to bash (chsh -s /bin/bash)
and try again.
David
--
David Frey <[EMAIL PROTECTED]> |Mic
Thanks to all who responded, problem solved.
Some time ago I had a trouble with
with color-ls. I had put bash.rc's and bash_profile's
in /etc & /root csh.cshrc and so on
A clear out and fresh start has worked wonders,
Thanks again ,
Neil
--
~~
Can someone kindly point me in the right direction
to solve a niggling problem,
When I do a `su' command bash comes up with
an error message,
bash: setenv : command not found
I have a man page for setenv which refers
to stdlib.h, this I have in,
`/usr/include/bsd/stdlib.h' and `/usr/include/s
5 matches
Mail list logo