In linux, the bash login initialization script /etc/profile often calls other initialization sub-scripts in the [...] directory
Answer
/etc/profile.d
^^ these subscripts often due initilization (e.g. set env variables) for specific programs, e.g. jdk (which sets JAVA_HOME, etc).
Question
In linux, the bash login initialization script /etc/profile often calls other initialization sub-scripts in the [...] directory
Answer
?
Question
In linux, the bash login initialization script /etc/profile often calls other initialization sub-scripts in the [...] directory
Answer
/etc/profile.d
^^ these subscripts often due initilization (e.g. set env variables) for specific programs, e.g. jdk (which sets JAVA_HOME, etc).
If you want to change selection, open document below and click on "Move attachment"
20. Advanced Shell Scripting le , ~/.bash_profile , ~/.bash_login and ~/.profile , in that order. In addition, an interactive shell that is not a login shell also reads ~/.bashrc . Note that traditional sh shells only read <span>/etc/profile and ~/.profile . 20.8.1 Customizing the PATH and LD_LIBRARY_PATH Administrators can customise things like the environment variables by modifying these startup scripts. Consider the clas
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.