Guest User

Untitled

a guest
Jan 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. When bash is invoked as an interactive login shell, or as a non-
  2. interactive shell with the --login option, it first reads and exe-
  3. cutes commands from the file /etc/profile, if that file exists.
  4. After reading that file, it looks for ~/.bash_profile,
  5. ~/.bash_login, and ~/.profile, in that order, and reads and exe-
  6. cutes commands from the first one that exists and is readable.
  7. The --noprofile option may be used when the shell is started to
  8. inhibit this behavior.
Add Comment
Please, Sign In to add comment