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 How To Restrict Access To A Specific Folder In SharePoint 25/03/2022 Import PST file into Office 365 – Step-by-Step 16/09/2022 Email Users If Their Active Directory Password is set to Expire Soon 05/07/2021