Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Features of creating an archive as a disk in Linux OS  Features of creating an object archive in Linux OS Next page

By default, in Linux OS, the ngp user has rights to record only in the /opt/AxxonSoft/AxxonOne/ directory.

To create an archive in another directory, do the following:

  1. Create a folder with write permissions.

    sudo mkdir -m755 /home/archive
  2. Change the folder owner to npg user.

    sudo chown -R ngp:ngp /home/archive/
  3. Check the permissions on the created folder.

    ls -lt /home/

    If there is a string with the ngp user permissions in the result, it is now possible to create an archive as a file in this directory.

    drwxr-xr-x   2 ngp    ngp    4096 aug.   8 15:18 archive
  • No labels