Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add Sentinel HASP Utilities to the Shell PATH

To add the Sentinel HASP Utilities to a C Shell environment, add the following to the end of ...describe addind them to path, with a sample from .bashrc or whatere it is called today...login:

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdd Sentinel HASP Utilities to C Shell {{.login}}

setenv PATH $PATH:/opt/charon-agent/spk-agent/utils/license

To add the Sentinel HASP Utilities to a Bourne Shell environment (e.g. bash or sh), add the following to the end of .profile.bash_profile or .bashrc:

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleAdd Sentinel HASP Utilities to Bourne Shell Login Profile

PATH=$PATH:/opt/charon-agent/spk-agent/utils/license
export PATH

Reference

The following command line utilities can be used to query and update the Sentinel HASP 

...