All occurences of 'About' have not changed to 'Cloud' in the file '/root/nautilus.xml' on stbkp01

hi, I was doing the task about Linux String Substitute.
that basically it is: all occurences of ‘About’ have not changed to ‘Cloud’ in the file ‘/root/nautilus.xml’ on stbkp01

I did change all of the words About to Cloud. I have attached all the screenshots.

Hello @fbarboza ,

Regarding the screenshot , I see no existense for About so the error message is normal.

Inspite of that you use sed command outside the file to replace the pattern.

sed -i ‘s/About/Cloud/g’ /root/nautilus.xml

Thanks,
KodeKloud Support