gpt4 book ai didi

c++ - 如何在 Unix 中打印当前用户名和系统名?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:08:04 26 4
gpt4 key购买 nike

我很期待学习如何在 Unix 中打印当前登录的用户名和系统名。

#include <unistd.h>
#include <fcntl.h>

using namespace std;

int main(int argc, char **argv)
{
//Print the current logged-in user / username.
//Print the name of the system / computer name.

return 0;
}

如果您能提供一两行代码作为演示,我将不胜感激。谢谢

最佳答案

用户 --> getuid()(另见 geteuid())。

机器名 --> gethostname().

那是纯 C。我不知道 C++ 是否有其他库调用。

关于c++ - 如何在 Unix 中打印当前用户名和系统名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8723956/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com