Go to documentation repository
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:
Create a folder with write permissions.
Code Block |
---|
sudo mkdir -m755 /home/archive |
Change the folder owner to npg user.
Code Block |
---|
sudo chown -R ngp:ngp /home/archive/ |
Check the permissions on the created folder.
Code Block |
---|
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.
Code Block |
---|
drw-r--r-- 2 ngp ngp 4096 aug. 8 15:18 archive |