Task4:
Make sure that the directory extracted in such a way that the path /opt/caleston-code/mercuryProject/
exists on the webserver
How to solve this problem?
Task4:
Make sure that the directory extracted in such a way that the path /opt/caleston-code/mercuryProject/
exists on the webserver
How to solve this problem?
Hello @tanzir_eee
Try to login to webserver using this command ssh devapp01
And use this command cp caleston-code /opt/
to copy the file to /opt/ and then move to /opt/ to extract it using this command tar -xf caleston-code.tar
Thanks,
KodeKloud Support