Every user is a member of one or more groups . To find out which groups you belong to use the command: groups . To find out which groups another user belongs to use the command: groups username . Your files and directories are owned by the group (or one of the groups) that you belong to. ... To list the group ownership of your files: ls -gl . You can change the group ownership of a file or directory with the command: chgrp group_name file/directory_name . ...
... login name may have many emails. ... wherever the code references $group, its a group_name . ... Works out the TWiki canonical user identifier for the user who either (1) logs in with the login name $identifier or (2) has the wikiname $identifier. ... Return true if $cUID is in a list of user wikinames , logins and group ids. ... This method is called using the login name rather than the $cUID so that it can be called with a user who can be authenticated, but may not be mappable to a cUID (yet). ...
Перемещение слоя в режиме drag . ... Метод set_drag_layer( String layer_name ) - задает конкретный слой, который начнет двигаться после того, как начнется режим drag. ... Это удобно например, когда слой для режима drag определяется после нажатия клавиши мыши по положению курсора (методы int get_selected_in_layer ( String layer_name ) и int get_selected_in_group ( String group_name, int select_par ) позволяют получить информацию о выбранном элементе изображения). ...
... Many of the clients in the MySQL source distribution are written in C. If you are looking for examples that demonstrate how to use the C API, take a look at these clients. Most of the other client APIs (all except Java) use the mysqlclient library to communicate with the MySQL server. ... In particular you have to ensure that between a mysql_query() and mysql_store_result() no other thread is using the same connection. ... MYSQL . ... Returns client version information. mysql_get_host_info() . ...