id.1
来自「操作系统设计与实现源码」· 1 代码 · 共 60 行
1
60 行
ID(1) Minix Programmer's Manual ID(1)
NAME
id - print the uid and gid
SYNOPSIS
id
EXAMPLES
id # Print the uid and gid
DESCRIPTION
Id prints the current uid and gid, both numerically and symbolically. If
the effective uid and gid are different from the real ones, all of them
are printed.
Under Minix-vmd the supplementary group IDs are also printed.
SEE ALSO
getuid(2), getgid(2), getgroups(2).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?