When we login into our account which files are executed?
Answers were Sorted based on User's Feedback
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 |
What's the difference between scripting and coding?
How are shells born?
Why we are writting shell scripts? Plz if possible explain it briefly.
Give some situations where typing error can destroy a program?
Explain about echo command?
Explain about login shell?
What are the advantages of bash over all other shells?
What is a shell script in windows?
How to add some content in any file at some desired location without using VI or some other editor in UNIX
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
How will you connect to a database server from linux?
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"