Setting Business Function File Security

To set business function file security:

  1. Enter this command in the BSFN Source directory:

    chmod 644 *.c
    
  2. Enter this command in the BSFN Include directory:

    chmod 644 *.h
    

    The security for the BSFN files should look similar to these example:

    -rw-r--r-- jde910 jde910 b4200100.c
    
    -rw-r--r-- jde910 jde910 b4200100.h