[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] preventing users from setting variables



On Wed, 28 Jun 2000, LaacZ wrote:

> how can i make that users on my RaQ3 which have shell accounts are not
> able to export specific enviroment variables? for example - i don't
> want them to set variable SOMEVARIABLE:
> export SOMEVARIABLE='somevalue'

in the users home directory, edit .profile and .bashrc and add the line:
export VAR=
that will clear any previous value of VAR

--
"A piece of software is like a work of art: it has to be abandoned to be
finished."