- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- NS-2 on Linux installation problem
Hello everyone:
I’m trying to install ns2.29 allinone on Linux. I have copied and descompressed the installation files in /root/kaka/.
Everything is doing fine until ./validate. But after that i need to set environment variables. The tutorial i’m reading said that inside /root directory i will find a ./bashrc file, pero unfortunely i can not see it. Where should i find this file to configure it?
Ill appreciate a lot any help or suggestion
It is .bashrc not ./bashrc.
It will be in your home directory.
To go to your home directory, just issue the command ‘cd’ without any parameters.
Instead of using ./bashrc use can also .bash_profile which will be in your home directory.
In unix anything starting with a . ( period) will be considered as a hidden file. so just issue the command vi .bash_profile in your home directory. It will open the file. If it is not there, just create one.
Charles Pandian.