A. Installing Ingres on UNIX : Post-Installation Tasks : How You Establish User Access to Tools and Databases : Edit User Login File to Facilitate User Access to Tools
 
Share this page                  
Edit User Login File to Facilitate User Access to Tools
To facilitate user access to Ingres tools when they log in to the system, add the following access commands to the users’ login files, where installation_location is the storage location for your instance’s system files (executables).
For C shell, add the following command to each user’s “.cshrc” file:
% setenv II_SYSTEM installation_location
% set path=($II_SYSTEM/ingres/bin $path)
For Bourne shell, add the following command to each user’s “.profile” file:
$ II_SYSTEM=installation_location; export II_SYSTEM
$ PATH=$II_SYSTEM/ingres/bin:$PATH; export PATH