LAB 19: THE TC SHELL—GETTING STARTED
What does the init process do? What is the function of the login process? How do you know what shell you are using? How can you change your login shell? Explain the difference between the .tcshrc, .cshrc, and .login files. Which one is executed first? Edit your .tcshrc or .cshrc file as follows: Create three of your own aliases. Reset your prompt with the host machine name, time, username. Set the following variables and put a comment after each variable explaining what it does: noclobber, history, ignoreof, savehist, prompt.
Type the following:
source .tcshrc or source .cshrc
What does the source command do? Edit your .login file as follows: Add your home directory to the path if it is not there.
What is the difference between path and PATH?
|