Lab Linux Bash - Check command assess - wrongly

Hi Please someone fix the bug in the Check button . Attached is screenshot where I have done everything correctly as per the instruction but the check button keeps saying that I have not met the requirement as per lab.

Hi

   Alisases could be configured in your shell config file. Asuming is bash. then is in the .bashrc file. You should be able to find it in the ~/.bashrc route.

Then edit the bashrc file and add this line:

alias up=‘uptime’
if that doesn’t work try this:
alias up=‘exec uptime’

Probably you need to put that in the ~/.profile file in this case. But in life and if you are using bash then apply that in the .bashrc file

Hope it helps
Have a nice day.