For the installation and operation of the Antidot products to run properly, the root user's tmp directory must have write rights.
Run the following command to check the root user's tmp directory:
For the installation and operation of the Antidot products to run properly, the root user's tmp directory must have write rights.
Run the following command to check the root user's tmp directory:
As root user
mktemp
If the returned directory is not "/tmp", check if the root user's tmp directory has write rights by using the following commands:
As root user
stat $TMPDIR
export TMPDIR=/path/to/directory/tmp
If the tmp directory does not have the write rights, run the following command:
As root user
chmod 775 $TMPDIR