Accessing Installed Files - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

To access the files in the current working directory from a script, use a relative path ("./"). The script runs with the user and group name "extensibility." The user "extensibility" is guaranteed to have execute permissions to those files. Also, by default, the user "extensibility" has read and write permissions to those files.

The script can create files in the current working directory or other directories, such as /tmp. If the script creates files, it sets the owner and associated group allowed to access the file to "extensibility," and gives the user and the group these permissions:

-rw-rw-r--