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 Mosquitto MQTT installeren in Home Assistant 05/12/2021 OCR email attachments and store them on SharePoint 01/07/2022 How to Mount a Hard Drive at Boot in Ubuntu 22.04 28/01/2024