#pragma section-numbers 1 <> * [[bash/invocation/option|Invocation Options]] * [[bash/builtin/set|Set Options]] * [[bash/builtin/shopt|Shopt Options]] ==== Invocation Option --noprofile ==== ---- [[bash/invocation/option/noediting|--noprofile]] * Do not read either the system-wide startup file /etc/profile or any of the personal initialization files ~/.bash_profile, ~/.bash_login, or ~/.profile. * By default, bash reads these files when it is invoked as a login shell (see INVOCATION below). * These options must appear on the command line before the single-character options to be recognized.