Re: How to launch ksh/bash when default shell is csh
From: Bill Marcum (bmarcum_at_iglou.com)
Date: 07/03/03
- Next message: Bill Marcum: "Re: recursive mv return invalid argument"
- Previous message: Bill Marcum: "Re: Subtracting decimal number"
- In reply to: ajay: "How to launch ksh/bash when default shell is csh"
- Next in thread: Dan Mercer: "Re: How to launch ksh/bash when default shell is csh"
- Reply: Dan Mercer: "Re: How to launch ksh/bash when default shell is csh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 3 Jul 2003 05:33:33 -0400
On 2 Jul 2003 22:07:45 -0700, ajay
<ajay_kumarsingh@yahoo.com> wrote:
> Hi All,
> I want to launch ksh/bash at login (default shell is csh on my system
> and i'm not admin so i can't change default shell)
>
> how i'm trying to do is this:
>
> in .login file i added this line:
>
> exec /bin/ksh
>
> ksh is started but .profile is not getting executed.
> Isn't .profile is executed everytime when a ksh is started.
> so how to make .profile executed ?
>
.profile is executed when ksh is started as a login shell. Try
exec /bin/ksh -l
-- It is often the case that the man who can't tell a lie thinks he is the best judge of one. -- Mark Twain, "Pudd'nhead Wilson's Calendar"
- Next message: Bill Marcum: "Re: recursive mv return invalid argument"
- Previous message: Bill Marcum: "Re: Subtracting decimal number"
- In reply to: ajay: "How to launch ksh/bash when default shell is csh"
- Next in thread: Dan Mercer: "Re: How to launch ksh/bash when default shell is csh"
- Reply: Dan Mercer: "Re: How to launch ksh/bash when default shell is csh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|