Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.cshrc

Status
Not open for further replies.
Joined
Jan 4, 2001
Messages
35
Location
US
I have little Solaris experience and have had some problems in trying to set up a firewall. Right now I am trying to resolve what a .bash_profile is. I have a .profile but no .bash ... Also I cannot find the .cshrc file in my c shell and could use some help finding this.
Thanks
 
Basically a .bash_profile is a .bashrc, quite often you'll see it is a link to .bashrc. If you have the csh (echo $SHELL), you can create a file named .cshrc if it is not by default in your homedir. ls -la will tell you.
If you don't know how to edit the file get a copy from the systems default cshrc located in /etc/skel (local.cshrc or cshrc). regards
chenn
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top