How can I find my User ID (UID) from terminal? Ivo Oskamp 05/07/2021 Uncategorized There are a couple of ways: Using the id command you can get the real and effective user and group IDs. id -u <username> If no username is supplied to id, it will default to the current user. Using the enviroment variable. echo $UID You Might Also Like Import Windows Autopilot device identity using PowerShell 08/03/2022 Traefik 2.0 — Route external services through Traefik 08/11/2022 Technical Tip: How to configure SSO Auto with LDAP users for SSL-VPN Bookmarks 08/03/2022