|
sprint 1-alpha
|
File di help per passare da userid e groupid al nome corrispondente. More...
#include <pwd.h>#include <grp.h>Go to the source code of this file.
Functions | |
| const char * | uid_to_uname (uid_t uid) |
| const char * | gid_to_gname (gid_t gid) |
File di help per passare da userid e groupid al nome corrispondente.
| const char* gid_to_gname | ( | gid_t | gid | ) |
funzione che converte un groupid nel nome corrispondente
| const char* uid_to_uname | ( | uid_t | uid | ) |
funzione che converte un userid nel nome corrispondente
1.7.4