When we login into our account which files are executed?
Answer Posted / aditya
.login
.profile from /etc
.profile of user
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does debug script mean?
What is the conditional statement in shell scripting?
What are scripts in psychology?
Is shell scripting easy to learn?
What can scripts do?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How to check if the previous command was run successfully?
How to get the first line from a file using just the terminal?
How do you know which shell I am using?
Is it possible to substitute "ls" command in the place of "echo" command?
How to redirect both standard output and standard error to the same location?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is a shell made of?
What is the best scripting language?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1