![]() Sharing Bootstrap Files between Directories |
![]() Virtual Machine |
![]() |
If you want several users to each have a separate set of application data files in their own directories, while sharing a single set of PROIV bootstrap files in /usr/pro (for example) you may do the following:
-
Create suitable directories for each of the users
-
Edit each user's log-on shell script, in '.profile' (Bourne Shell) or '.login' ('C' Shell) by entering the following commands, according to the shell you are using:
For the Bourne shell, use the following commands:
PROPATH=/usr/pro
export PROPATH
For the 'C' shell, use the following command:
setenv PROPATH /usr/pro
Topic ID: 720221