Re: csh to sh migration for root in RELENG_14

From: Jonathan Adams <jfadams1963_at_proton.me>
Date: Fri, 17 Nov 2023 18:50:48 UTC
On Friday, November 17th, 2023 at 1:40 PM, mike tancsa <mike@sentex.net> wrote:

> I am trying to bring my environment along from previous versions where
> csh was the default shell and now trying to get used to sh. In the past
> things like
> 

> sudo su
> 

> would pick up my settings in /root/.cshrc automatically. However, with
> sh I have to do
> 

> sudo su -l root
> 

> Is there a way to configure it so I dont need the -l as part of the su
> to get the same behavior ?

$ sudo su -

-Jonathan Adams
____________________________________________
"Before Turing, things were done to numbers.
After Turing, numbers began doing things"
- George Dyson