IMLC.ME
如何查看 Linux 用户 UID 和 GID
查看 UID
id
-u
<
username
>
查看 GID
id
-g
<
username
>
查看所有信息
id
<
username
>