bug-bash
[Top][All Lists]
Advanced

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

Re: ssh does not source /etc/bash.bashrc, but manual execution of /bin/b


From: Eduardo Bustamante
Subject: Re: ssh does not source /etc/bash.bashrc, but manual execution of /bin/bash does it under specific circumstances
Date: Tue, 20 Dec 2016 12:17:37 -0600

Please read http://mywiki.wooledge.org/DotFiles#Remote_shell_logins
(perhaps read http://mywiki.wooledge.org/DotFiles#Console_logins
first). The key to understanding this is to know that there are three
basic types of shell startup:

- Login shell
- Interactive shell
- Non-login Non-interactive shell (scripts and -c)

Each of these startup modes source different files. You need to make
sure you layout your initialization files with that in mind.



reply via email to

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