When you login to a c shell, which script would be run
first?

Answers were Sorted based on User's Feedback



When you login to a c shell, which script would be run first?..

Answer / archana

.cshrc file will be read each time you start a new csh or
tcsh shell

Is This Answer Correct ?    9 Yes 0 No

When you login to a c shell, which script would be run first?..

Answer / guest

.profile

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Shell Script Interview Questions

What is c in shell script?

0 Answers  


How to take input values from the user?

4 Answers  


What is ms powershell?

0 Answers  


What are the two files of crontab command?

0 Answers  


A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.

2 Answers   Wipro,






What is wc in shell script?

0 Answers  


What language is shell scripting?

0 Answers  


Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.

2 Answers  


Where are cowrie shells found?

0 Answers  


1.Write a script, which converts a number from binary to hexadecimal format or vice versa.

1 Answers   ADP,


What makes c shell a more preferable option than the bourne shell?

0 Answers  


I want to connect to a remote server and execute some commands, how can I achieve this?

0 Answers  


Categories