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
how to edit bashrc in mini2440
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
Hi nadia, it depends on your linux distro, In the rootfs in the CD, you can set PATH at: /etc/init.d/rcS
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.