Re: starting /bin/ksh
x85729201kza <[email protected]> Fri, 10 Jul 2026 12:57:35 +1000
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <TYZPR02MB6044A3804DF5386DBD684715D6FD2@TYZPR02MB6044.apcprd02.prod.outlook.com> |
Simple, just modify your shell to use ksh: usermod -s `which ksh` <your_user_name> Do likewise for root - though probably not such a great thing. Better to have a .ksh in /root and su - to it. On 10/07/2026 12:44 pm, Todd Gruhn wrote: > So, I start NetBSD or su to root, I > need to do ' . ./.ksh'. > > Why cant I get /bin/ksh when I login? > > I found /etc/shrc. Does this have something > to do with this? Make a /etc/kshrc ?