Linux id命令
id 命令可以显示真实有效的用户 ID(UID) 和组 ID(GID)。UID 是对一个用户的单一身份标识。组 ID(GID)则对应多个UID。
Usage: id [OPTION]... [USERNAME]
Print user and group information for the specified USERNAME,
or (when USERNAME omitted) for the current user.
-a ignore, for compatibility with other versions 忽略该命令,仅为了与其他版本兼容
-Z, --context print only the security context of the current user 仅输出当前用户的security context//id: --context (-Z) works only on an SELinux-enabled kernel
-g, --group print only the effective group ID 显示用户所属群组的ID
-G, --groups print all group IDs 显示用户所属附加群组的ID
-n, --name print a name instead of a number, for -ugG 显示用户,所属群组或附加群组的名称
-r, --real print the real ID instead of the effective ID, with -ugG 显示实际ID
-u, --user print only the effective user ID 显示用户ID
--help display this help and exit 显示帮助
--version output version information and exit 显示版本信息
Without any OPTION, print some useful set of identified information.
Report id bugs to bug-coreutils@gnu.org
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
Report id translation bugs to <http://translationproject.org/team/>
For complete documentation, run: info coreutils 'id invocation'
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~
2015-09-18 文件内容统计——Linux wc命令