Linux id command prints the information of real and effective user or in other words the current user.

# id
uid=0(root) gid=0(root) groups=0(root)

Comments