how to edit bashrc in mini2440

nadia
how to edit bashrc in mini2440 ??
i want to set  a path i use export PATH=....

but i dont know if the bashrc saves the change

thanks for any reply .
nadia

MindSz
Are you talking about linux or in the Android system?

If it's in Linux, you must open the file as root. For example, in Ubuntu,
you would do:

sudo gedit ~/.basrc

and the add the changes you want. Then press CTRL+S and the file will be
saved. To look at the file do:

more ~/.bashrc


Good luck!
-S

TungPham
Hi nadia,

it depends on your linux distro,

In the rootfs in the CD, you can set PATH at: /etc/init.d/rcS

nadia
am using linux , but the problem is the mini2440 deosnot have gedit or nano
to edit the bashrc .

sean_h
vi ( but read the man pages first )

Zogzog
well, 
1. install nano or mc (midnight commander)
2. pull the file on your computer, edit, push it back...
3. configure a ftp server, and edit the file in place..

have fun,

Zogzog.

nadia
i will try to install nano
thank you all