I would like to make some of the enviorment variables read only. How would I go about doing that? Sam -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, On Mon, Jan 17, 2000 at 19:50 -0500, Sam Carleton wrote:
I would like to make some of the enviorment variables read only. How would I go about doing that?
You can use `readonly' for that: [sttr]/home/sttr> readonly i=5 [sttr]/home/sttr> i=6 bash: i: readonly variable Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (2)
-
Anonymous User
-
sttr@sttr.de