Afiqomp Posted May 15, 2011 Report Share Posted May 15, 2011 I wan extract homedir.tar in cpanel. How to extract? hishMaist 1 Quote Link to comment Share on other sites More sharing options...
TheJoker Posted May 15, 2011 Report Share Posted May 15, 2011 http://www.7-zip.org/ Nice program. Quote Link to comment Share on other sites More sharing options...
Brian Posted May 15, 2011 Report Share Posted May 15, 2011 If you're working via SSH directly on the server issue the following command to extract the tar: tar -xvf homedir.tar This will extract the contents of homedir.tar into a directory named homedir in your present working directory. To extract the files into a specified directory outside of your present working directory, issue this command: tar -xvf homedir.tar -C /path/to/dir/here Alternatively just contact our support department and we can do this for you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.