id (打印用户和组的真实有效的id)

秃噜豆儿 发表于 2020-07-10 14:17
浏览次数:
在手机上阅读

在Unix-like的操作系统上,id命令打印用户和组的真实有效的id。

查看英文版

目录

1 id 运行系统环境

2 id 示例

3 id 描述

4 id 语法

5 id 选项

id 运行系统环境

Unix&Linux

id 示例

id
报告用户和组ID,类似于下面的示例:
uid=12345(comphope)gid=12(用户)
id
Reports user and group IDs similar to the example below:
uid=12345(comphope) gid=12(users)

查看英文版

查看中文版

id 描述

id [OPTION]... [USERNAME]
id [OPTION]... [USERNAME]

查看英文版

查看中文版

id 语法

打印指定用户名的用户和组信息,或当前用户(省略用户名时)的用户和组信息
Print user and group information for the specified USERNAME, or (when USERNAME omitted) for the current user.

查看英文版

查看中文版

id 选项

-a 被忽略;包括在内是为了与其他版本兼容。
-Z--context 仅打印当前用户的安全上下文。
-g--group 仅打印有效的组ID。
-G--groups 打印所有组ID。
-n--name 为-ugG打印名称而不是数字。
-r--real 使用-ugG打印真实ID而不是有效ID 。
-u--user 仅打印有效的用户ID。
--help 显示此帮助并退出。
--version 输出版本信息并退出。

如果没有指定选项,id将打印常规用户信息。

-a Ignored; included for compatibility with other versions.
-Z--context Print only the security context of the current user.
-g--group Print only the effective group ID.
-G--groups Print all group IDs.
-n--name Print a name instead of a number, for -ugG.
-r--real Print the real ID instead of the effective ID, with -ugG.
-u--user Print only the effective user ID.
--help Display this help and exit.
--version Output version information and exit.

If no OPTION is specified, id prints general user information.

查看英文版

查看中文版

其他命令行

info | isalist | iostat | iwconfig | ifup | insmod |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条