i installed Ubuntu 13.10 .i logged in with Administrator account.when i right click on tar file and click on Extract here.its giving me error.Operation Not permitted.can any one please tell what's the problem.
2 Answers
Open terminal:
Ctrl + Alt + t
cd to that directory
sudo su
Enter your password
tar xvzf filename.tar
This should work!
This might be permission problem. Open terminal window and type in:
- chmod 777 path-to-that-file
- This will give you root permissions to open this file.
- Use archive manager or type in tar xvzf path-to-the-file.