help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] [newbie] non-interactive non-login bash shell


From: Arkadiusz Drabczyk
Subject: Re: [Help-bash] [newbie] non-interactive non-login bash shell
Date: Thu, 10 Mar 2016 12:26:55 +0000 (UTC)
User-agent: slrn/1.0.1 (Linux)

On 2016-03-10, Divya Thaluru <address@hidden> wrote:
> Yes that works. Is there any option to load /etc/bash.bashrc file for non
> interactive non login shell  instead of ~/.bashrc ?

Alternatively, if you use OpenSSH you can enable PermitUserEnvironment
and set BASH_ENV in ~/.ssh/environment, for example:

BASH_ENV=/etc/profile

or if you want /etc/bash.bashrc:

BASH_ENV=/etc/bash.bashrc
-- 
Arkadiusz Drabczyk <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]