May 2000
Beginner
761 pages
18h 20m
English
What process puts the login prompt on your screen?
What process assigns values to HOME, LOGNAME, and PATH?
How do you know what shell you are using?
What command will allow you to change your login shell?
Where is your login shell assigned? (What file?)
Explain the difference between the /etc/profile and ~/.bash_profile file.Which one is executed first?
Edit your bash_profile file as follows.
Welcome the user.
Add your home directory to the path if it is not there.
Set erase to the backspace key using stty.
Type:source.bash_profile
What is the function of the source command?
What is the BASH_ENV file? When is it executed?
What is the default primary prompt?
Change the prompt to include the time of day ...
Read now
Unlock full access