Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/environment/env3ab.html
Дата изменения: Fri Jan 17 12:43:15 1997
Дата индексирования: Tue Oct 2 02:03:00 2012
Кодировка:
Making lasting changes

Making lasting changes

To make lasting changes to the value of an environment variable:

1. Use your editor to open the .profile file and add the line:

   VARNAME=value_of_variable;export VARNAME

2. Save the file and leave the editor.

3. Enter the command:

   . .profile

This adds the new value to your working environment.


[Home] [Search] [Index]