Manage trusted directories in an unmanaged environment

Prev Next

You can add directories as trusted directories to run any software present in these directories in an unmanaged environment.

Task

  1. Add one or more specified paths to the directories or volumes as trusted directories or volumes:
    sadmin trusted –i <pathname1...pathnameN>
    sadmin trusted –i /mnt/smb_share_mountpoint
    sadmin trusted –i /etc/security
  2. View the list of trusted directories:
    sadmin trusted -l
  3. Exclude specific directories:
    sadmin trusted –e <pathname1...pathnameN>
    sadmin trusted –e /etc/security
  4. Remove trusted directories:
    sadmin trusted –r <pathname1...pathnameN>
    sadmin trusted –r /etc/security