# User Groups - Linux Essentials Challenge cc CyberTalents

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1711143153550/d142a910-2d5b-4a0d-b724-156e7333c68c.png align="center")

Acknowledgement: [https://cybertalents.com/learn/linux-essentials/units/t-linux-essentials/lessons/7-users-groups/challenges/secret-user](https://cybertalents.com/learn/linux-essentials/units/t-linux-essentials/lessons/7-users-groups/challenges/secret-user)  
To solve this challenge one needs to read through the User and Groups theory to understand the default user and username created when a new OS is downloaded. Also, that username is created within the `/home` path and that a username is limited to 32 characters so it can be the username can't be the entire `ctf@wlem5p6v4dgax3g1mqvr8ddh23okj6zqddqlt639-web-654b7b8dc6-hxdzf` since about 64 characters. We have to know the username which is ctf and also to access the username through the `/home/username` path.

The flag is said to be a secret user -&gt; flag{}. Here we can see the SuperSecretUser13337 automatically that will be what we are looking for so we will place it inside the flag{} and submit the challenge.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1711143175118/7d499bb3-231d-4036-8bdb-048b43ed54d8.png align="center")

Thank you for reading through my article. Stay safe on the internet.
