Does anyone know if there is a way to set multiple ENV for Korn shell logins?
I tried to repeate the line in the users .profile:
ENV=$HOME/.kshrc export ENV
ENV=/system/kshrc export ENV
But the second setting overwrites the first so all the settings in the first are lost.
What I am trying to achieve is setting certain alias for the users, but allowing them to be able to also set their own aliases. The users .profile is not writeable by them because I don't want them to be able to change it.
Thanks,
Mark
I tried to repeate the line in the users .profile:
ENV=$HOME/.kshrc export ENV
ENV=/system/kshrc export ENV
But the second setting overwrites the first so all the settings in the first are lost.
What I am trying to achieve is setting certain alias for the users, but allowing them to be able to also set their own aliases. The users .profile is not writeable by them because I don't want them to be able to change it.
Thanks,
Mark