I would go for /opt/bin (underneath code is from suse-9.0:/etc/profile) or as alternative /opt/cross/bin:
for dir in /var/lib/dosemu \ /usr/games \ /opt/bin \ /opt/gnome/bin \ /opt/kde3/bin \ /opt/kde2/bin \ /opt/kde/bin \ /usr/openwin/bin \ /opt/cross/bin do test -d $dir && PATH=$PATH:$dir done
Hi. That's in my 9.2 /etc/profile too. As far as I can see, I create /opt/bin on each client, export to it and it's in their path. Is that what it does? If so what would I have to do to export 2 files from /usr/bin on the server so that they appeared in /opt/bin on the clients? I see that I can only export directories. Cheers, Steve.