Afiqomp Posted May 15, 2011 Report Posted May 15, 2011 I wan extract homedir.tar in cpanel. How to extract? hishMaist 1 Quote
Brian Posted May 15, 2011 Report 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
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.