December 2015
Beginner
306 pages
5h 2m
English
Till now, we have seen different scripts, these scripts initialize the operating system, prior to the login of any user. Once the basic operating system in initialized, the user login process starts. This process is explained in the following topics.
In the /etc/ folder, the following files are related to the user level initialization:
/etc/profile: Few distributions will have additional folder /etc/profile.d/. All the scripts from the profile.d folder will be executed./etc/bash.bashrcThe preceding scripts are called by all the users, including root and normal users. Initially, the /etc/profile script will be called. This script creates system-wide environment settings. Few distributions will ...