Timeline for Run command automatically after login?
Current License: CC BY-SA 3.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 31, 2014 at 15:56 | comment | added | terdon♦ |
~/.bashrc is not read by login shells (which is what you run when connecting through ssh). While on Debian derivatives, including Ubuntu, ~/.profile (which is read) calls ~/.bashrc by default, you cannot assume this to be the case always.
|
|
| Mar 21, 2014 at 7:46 | history | answered | Laurent C. | CC BY-SA 3.0 |