From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)== Subsystem "Security" (SYS.Security) ==
Functions of the subsystem object (SYS.Security):
* ''int access( string user, int mode, string owner, string group, int perm )'' — checking for access of the ''user'' to resource which owned by the ''owner'' and ''group'' and for the ''perm'' and ''mode'':
::''user'' — user of the access checking;
::''mode'' — access mode (4-R, 2-W, 1-X);
::''owner'' — owner of the resource;
::''group'' — group of the resource;
::''perm'' — permition of the resource (RWXRWXRWX — 0777).
 h Russian (ru)== Подсистема "Безопасность" (SYS.Security) ==
Функции объекта подсистемы (SYS.Security):
* ''int access( string user, int mode, string owner, string group, int access )'' — проверяет доступ пользователя ''user'' к ресурсу, который принадлежит ''owner'' и ''group'' с доступом ''access'' и для режима ''mode'':
::''user'' — пользователь проверки доступа;
::''mode'' — режим доступа (4-R, 2-W, 1-X);
::''owner'' — владелец ресурса;
::''group'' — группа ресурса;
::''access'' — режим доступа к ресурсу (RWXRWXRWX — 0777).
 h Ukrainian (uk)== Підсистема "Безпека" (SYS.Security) ==
Функції об'єкту підсистеми (SYS.Security):
* ''int access( string user, int mode, string owner, string group, int perm )'' — перевіряє доступ користувача ''user'' до ресурсу, який належить ''owner'' та ''group'' з правами ''perm'' і для режиму ''mode'':
::''user'' — користувач перевірки доступу;
::''mode'' — режим доступу (4-R, 2-W, 1-X);
::''owner'' — власник ресурсу;
::''group'' — група ресурсу;
::''perm'' — права ресурсу (RWXRWXRWX — 0777).