Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By default, in Domyślnie w Linux OS the ngp user has rights to record only in the użytkownik ngp posiada uprawnienia do zapisu jedynie w katalogu '/opt/AxxonSoft/AxxonNext/ directory'.

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

Aby utworzyć archiwum w innej lokalizacji, wykonaj następujące kroki:

  1. Utwórz folder, udziel uprawnienia do zapisuCreate a folder with write permissions.

    Code Block
    sudo mkdir -m755 /home/archive


  2. Change the folder owner to npg userZmień właściciela folderu na użytkownika npg.

    Code Block
    sudo chown -R ngp:ngp /home/archive/


  3. Check the permissions on created folderSprawdź uprawnienia dla utworzonego folderu.

    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 directoryJeśli znajduje się linia z uprawnieniami użytkownika gdp, możliwe będzie utworzenie archiwum jako pliku w wybranych folderze.

    Code Block
    drw-r--r--  2 ngp    ngp    4096 aug.   8 15:18 archive