Hi,
I have been running tar command to extract file using root user, but now i have to do this from non root user.
i just came to know about sudo, but i dont know how to use that.
i read
this post about sudo and tar error.
what i know about sudo:
to run sudo command i have to make non root user sudo compatible.
use sudo prefix before the commnad like
now i am a sud'ed user i am running the command with sudo prefix. but still i am getting this error
tar: Error exit delayed from previous errors
can anybody tell where am i going wrong?