Set write attribute to all files

To force all files to be writable, execute the following commands.

In Windows operating systems, this command sets the write attribute to all files:

attrib -r <Installation Directory>\bin\work\*.* /s

In Linux operating systems, the following commands are executed by the RPM package. The commands allow the aris10 user accessing all files:

ARIS Version >= 10.2

. /etc/aris10.conf

cd $TARGETDIR

chown -R aris10 *

ARIS Version < 10.2

cd /home/ARIS10

chown -R aris10 *