Can anyone address what I did wrong. Thanks.
you have to make a tar file of siva directory but you have created tar file of /home instead of you have to do sudo tar -cvzf siva.tar.gz location of siva-directory
. Exact location not shown of siva so make it correct from your side. After this you have to copy it in /home location.
1 Like
Thanks I saw what I did wrong.