Linux 将组条目写入 /etc/group 的函数

发布于 2024-12-11 16:11:26 字数 103 浏览 0 评论 0原文

在查看应用程序的代码时,我遇到了 putpwent() 函数,它会写入密码条目。是否有类似的函数将组条目写入文件。

While going through the code of an application, i came across the putpwent() function which writes a password entry. Is there a function similar to this which writes a group entry into a file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

无戏配角 2024-12-18 16:11:26

putgrent() 会做你想做的事。

putgrent() will do what you want.

溇涏 2024-12-18 16:11:26

man 3 putgrent

putgrent - 将组数据库条目写入文件

man 3 putgrent:

putgrent - write a group database entry to a file

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文