This section provides detailed steps on how to create the user.
Create the user ofsaa811 with the UID 1000.
For example:useradd -u 1000 ofsaa811If this UID is used by
another user, then modify the UID of that user and map 1000 to
ofsaa811.In case the UID of ofsaa811 is
still not corrected to 1000, run the command: # usermod
-d /scratch/ofsaa811 -m -s /bin/ksh -c "Full installer ofsaa811" -g docker
-u 1000 ofsaa811
Add the user into the Docker Group. If the UID is not equal to
1000, then add the user into a group with a GID equal to
1000 . For example: usermod -aG docker
ofsaa811
If required, sys can be removed after creating the Schema creation from the
tnsnames.
Create a <DirPath>/ftpshare with 775 permission. If the UID
is not 1000 , then change the group ownership of
ftpshare to the group with a GID equal to
1000. hgrp –R <groupname> <DirPath>/ftpshare
&& chmod 775 <DirPath>/ftpshare