cPanel Command Line

How to check UID for user?


command : id $username

Example :

[root@server ~]# id cpuser
uid=1082(cpuser) gid=1084(cpuser) groups=1084(cpuser)
[root@server ~]#

Comments