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 Fixing the “Failed to create VMFS datastore – Cannot change the host configuration” error 26/08/2024 Exchange PowerShell list mailaddress and alias 26/08/2024 How To Enable Dark Mode in Windows 11 14/06/2022