How many users can have read/write access in Gaia Operating System at one time?
How many users can have read/write access in Gaia Operating System at one time?
In the Gaia Operating System, only one user can have read/write access at one time. If another user requires read/write access, they would need to use commands such as 'lock database override' or 'unlock database' to gain access. This ensures data integrity and prevents conflicts that could arise from concurrent write operations.
Correct, if another user has r/w access, you need to use "lock database override" or "unlock database" to claim r/w access. Ref: https://sc1.checkpoint.com/documents/R80.20_GA/WebAdminGuides/EN/CP_R80.20_Gaia_AdminGuide/html_frameset.htm?topic=documents/R80.20_GA/WebAdminGuides/EN/CP_R80.20_Gaia_AdminGuide/162435
Agreed with A
A is correct.