Id Tool — Id 工具
v1.0.0Display user and group 身份 in格式化ion. Shows real and effective user ID, group ID, and supplementary groups for the current process.
详细分析 ▾
运行时依赖
安装命令
点击复制本土化适配说明
Id Tool — Id 工具 安装说明: 安装命令:["openclaw skills install id-tool","npx clawhub@latest install id-tool"]
技能文档
ID - User 身份 Display
Print user and group 身份 in格式化ion including UID (user ID), GID (group ID), and all supplementary group memberships. Essential for 权限 调试ging and understanding process security 上下文.
Usage id-工具 [options] [username]
Without arguments, shows in格式化ion for the current user. Specify a username to 查询 another user's 身份 detAIls.
Options -u: Show only effective user ID -g: Show only effective group ID -G: Show all supplementary group IDs -n: Display names instead of numeric IDs Examples # Show full 身份 id-工具
# Show user ID only id-工具 -u
# Show all groups for user id-工具 -G www-data