Timeline for Bash isn't reading (source) .bashrc in AIX
Current License: CC BY-SA 3.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 11, 2020 at 14:16 | history | edited | CommunityBot | Commonmark migration | |
| Oct 13, 2016 at 14:29 | history | edited | Luciano | CC BY-SA 3.0 | Added samples and tests |
| Oct 13, 2016 at 12:36 | history | edited | Luciano | CC BY-SA 3.0 | added 777 characters in body |
| Oct 12, 2016 at 0:30 | history | edited | Luciano | CC BY-SA 3.0 | edited body |
| Oct 11, 2016 at 20:41 | history | edited | Luciano | CC BY-SA 3.0 | deleted 7 characters in body |
| Oct 11, 2016 at 20:16 | answer | added | chepner | timeline score: 3 | |
| Oct 11, 2016 at 20:14 | comment | added | Luciano | @chepner, my intent was to ask about bash no reading .bashrc (although launched by ssh), it ins't working also with rsh, so it seems to be something with bash not ssh, I guess. | |
| Oct 11, 2016 at 20:11 | comment | added | chepner | But it isn't set by the ssh command (or more precisely, by sshd). It was set long before, probably when the machine was booted, and was added to the environment of some command from which sshd finally inherited the value and passed it on to the environment of whatever command was requested by ssh. | |
| Oct 11, 2016 at 20:05 | comment | added | Jeff Schaller♦ | Luciano, that DW page is a little misleading in the 3rd paragraph of "Planning for the big Bash"; read further down where it talks about non-interactive shells | |
| Oct 11, 2016 at 20:03 | comment | added | Luciano | /etc/environment isn't the question @chepner. This was included only to show some custom variable being set. | |
| Oct 11, 2016 at 20:01 | comment | added | Luciano | No. This isn't the expected according to this, @RuiFRibeiro: ibm.com/developerworks/aix/library/au-speakingunix10 | |
| Oct 11, 2016 at 19:55 | comment | added | chepner | /etc/environment is not a standard shell configuration file, but it is probably processed by some ancestor of sshd, which means the value of TESTGLOBAL is inherited by whatever process ssh ultimately runs. Its value is not set by any configuration file when user logs in. | |
| Oct 11, 2016 at 19:52 | history | edited | Luciano | CC BY-SA 3.0 | added 65 characters in body |
| Oct 11, 2016 at 19:41 | comment | added | Rui F Ribeiro | Pretty much normal default behaviour when passing commands to ssh. | |
| Oct 11, 2016 at 19:29 | history | edited | Luciano | CC BY-SA 3.0 | language hint for formatting |
| Oct 11, 2016 at 19:17 | history | asked | Luciano | CC BY-SA 3.0 |