I was asked to create a user rose with uid 1059 and with home directory /var/www/rose

I was asked to create a user rose with uid 1059 and with home directory /var/www/rose.

I did the following: sudo useradd -u 1059 -d /var/www/rose rose , and i’m sure it was successful, i checked it ( grep rose /etc/passwd).
but task result says failed. don’t know what went wrong.

Hi, you can check the reason why it failed, by clicking on the Failed button on your task. Can you tell us what you see?

Verify if the home directory exists

Hi Mmumshad,

Thank you for the response, It says " E AssertionError: User does not exist "