网站介绍:(十一)系统数据文件和信息1.include struct passwd *getpwuid(uid_t uid);struct passwd *getpwnam(const char *name);//获取口令文件返回passwd结构,出错返NULLstruct passwd { char *pw_name; //用户名 char *pw_passwd; //加密口令 uid_t bl
- 链接地址:https://blog.csdn.net/linson_zhou/article/details/2059241
- 链接标题:Linux编程常用的函数(十一) 系统数据文件和信息-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:7428
- 网站标签:Linux编程常用的函数(十一) 系统数据文件和信息