Multiple choice

Which of the following scripts is used to store the commands that are executed by the shells on the logs into the system?

  1. The .profile file

  2. The .login file

  3. The .cshrc file

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The .login file includes a command to source (read and execute) a standard system login file. Login is a process that overlays the gesty program when the user enters a login name. It executes the shell process on the successfull login.