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 Enhance Your IT Scripting with the Prettier VSCode Plugin 27/07/2022 HPE Onboard Administrator – How to Reset the Administrator Password 18/10/2021 Working with expression in Microsoft Flow 01/07/2022