When you login to a c shell, which script would be run first? (before the terminal is ready for the user)

Showing Answers 1 - 2 of 2 Answers

Nandu

  • Jun 9th, 2005
 

.profile file will execute first when a user logs in.

  Was this answer useful?  Yes

pradeep

  • Jul 1st, 2005
 

For C shell ,  
first /etc/.login script is run & after that 
~/.login is run & then ~/.cshrc is run. 

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions