C SHELL LAB EXERCISES
Lab 19: Getting Started
1: | What does the init process do? |
2: | What is the function of the login process? |
3: | How do you know what shell you are using? |
4: | How can you change your login shell? |
5: | Explain the difference between the .cshrc and .login files. Which one is executed first? |
6: | Edit your .cshrc file as follows:
Set the following variables and put a comment after each variable explaining what it does:
noclobber # Protects clobbering files from redirection overwriting
history
ignoreeof
savehist
filec
|
7: | Type the following:
source .cshrc
What does the source command do? |
8: | Edit your .login file as follows:
|
Get UNIX® Shells by Example, Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.