In LINUX Level 1, 11th task - Your task is to substitute all occurrences of the string About
with Sonar
within the XML file located at /root/nautilus.xml
on the backup server. ---- but there is no file at the given location
Hi @sai-kiran-danda,
You need to find it under the/root
/ directory. In the screenshot, you are checking at the /home/clint/
directory.
Regards,
thanks for ur reply @Tej-Singh-Rana ,
I think this symbol “~” represents the root location
also i’ve tried as you said, but same result. If i’m wrong, pls explain me. Thank you.
You can probably use the pwd
command for more clarification.
Thanks for ur clarification, I,ve got solution.
Just to clear up what ~
means - it means “the home directory of the current user”.
If you are clint
, then it’s /home/clint
If you are root
, then it’s /root
etc.