Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi, I'm trying to set the environment variable PATH to point to my USB flash drive. How do I do that? I am able to set it with PATH=<path>, but when I open a new shell the old value is still there...
Offline
there're two places. if you're telnetting without password, change either telnetd.sh or fun_plug. if you're using telnet with login or ssh, change fun_plug.d/etc/profile:
export PATH=$PATH:whateveryouwanttoadd
Offline
OK, thanks I wasn't aware of that. Now it works much better.
Offline