You can put a file in your user's home directory called ".profile". If you used, for instance, the "adduser" script in Redhat, you get a stock ".profile" in each user's directory, usually "/home/<username>". The commands here are executed at login. If you wish the commands to be run by all users at login, put them in "/etc/profile". You should already have such a file. -Dave