When we login into our account which files are executed?

Answers were Sorted based on User's Feedback



When we login into our account which files are executed?..

Answer / vipul dalwala

.profile
.login

Is This Answer Correct ?    15 Yes 2 No

When we login into our account which files are executed?..

Answer / aditya

.login
.profile from /etc
.profile of user

Is This Answer Correct ?    2 Yes 0 No

When we login into our account which files are executed?..

Answer / senthilnadhan

registry.exe file is executed.when we logon the remote
computer authendication file which is executable

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More Shell Script Interview Questions

What's the difference between scripting and coding?

1 Answers  


How are shells born?

1 Answers  


Why we are writting shell scripts? Plz if possible explain it briefly.

6 Answers   ITC Infotech,


Give some situations where typing error can destroy a program?

1 Answers  


Explain about echo command?

1 Answers  


Explain about login shell?

1 Answers  


What are the advantages of bash over all other shells?

1 Answers  


What is a shell script in windows?

1 Answers  


How to add some content in any file at some desired location without using VI or some other editor in UNIX

2 Answers  


In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.

9 Answers   Amazon,


How will you connect to a database server from linux?

1 Answers  


Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


Categories