Monday, November 2, 2015

linux - How can we configure paths for .cshrc

Within a shell script, i am trying to open a new tcsh shell and load some set of pre defined aliases and env variables which i do not want to have in default cshrc. I cannot have it in my home dir also as this script is going to be used by multiple users.
What are the paths tcsh will look for cshrc file when a new xterm or shell is created? Is it configurable through some env variable?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...