Answer Posted / siba sankar nayak
You need to have one intiation script in your home
directory for the shell you want to customize. What ever
customization you want to the shell , put those things in
that file. When ever you login to that shell, the
initiation script will execute automatically.
For ex for bash shell the script is .bashrc
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
Explain how you Automate your application using Shell scripting.
What exactly is a shell?
What is difference between shell and bash scripting?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What is .sh file in mac?
What is scripting autism?
Calculate a real number calculation directly from the terminal and not any shell script.
Is it possible to substitute "ls" command in the place of "echo" command?
How many fields are present in a crontab file and what does each field specify?
What language is used in terminal?
What is the syntax of "nested if statement" in shell scripting?
Why should we use shell scripts?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What are the various stages of a linux process it passes through?