标签:root ble idt highlight class body option 信息 命令
id显示指定用户的用户ID和组ID等信息。
id option username
参数说明
选项 |
选项说明 |
-gx |
显示用户组ID |
-G |
显示用户所属附加组的组ID |
-n |
显示用户,所属群组或附加组的名称,不显示数字 |
-r |
显示真实ID |
-U |
显示用户ID |
范例1 显示uid,gid等信息
[chu@cxf ~]$ id uid=778(chu) gid=778(chu) 组=778(chu) [chu@cxf ~]$ id root uid=0(root) gid=0(root) 组=0(root) [chu@cxf ~]$ id -gn chu [chu@cxf ~]$ id -g 778 [chu@cxf ~]$ id -u 778 [chu@cxf ~]$ id -un chu
标签:root ble idt highlight class body option 信息 命令
原文地址:https://www.cnblogs.com/joechu/p/9093873.html