Linux security Lab

Dear Team ,

This is wrt https://kodekloud.com/courses/873064/lectures/17074503
Lab of Linux Security section where the question is

"A user called chris has been created.Can you find out his Full Name?
Chris Helmsworth Chris Jones Chris Goodman Chris Hunter

  • info_outline Hint

inspect the password file: sudo grep chris /etc/passwd "

When I actually give this command it reveals info as below
bob@caleston-lp10:~$ sudo grep -i chris /etc/passwd
chris:x:1002:1002:Chris Hunter:/home/chris:/bin/sh

But the check sections does not PASS this answer .
It expect something else Chris Helsmworth . Does this needs to change to “Chris Hunter” ?

Thanks for the feedback. This has been fixed as well.