Find the answer to your Linux question:
Results 1 to 4 of 4
Hello I need to unzip a file I am currently running Vector linux Ver:4.0 I think and I am running in GUI can anyone help me unzip a .tar file ...
  1. #1
    Just Joined! snf1694's Avatar
    Join Date
    May 2008
    Posts
    2

    Unzipping Files

    Hello I need to unzip a file I am currently running Vector linux Ver:4.0 I think and I am running in GUI can anyone help me unzip a .tar file It keeps saying unknown child process and I am running in root please reply






    Thanks Snf1694

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Whats the full extension of the file? If its just a tar file, then try "tar cvf". If its a tar.gz file, then try "tar zxvf" and for a tar.bz2 file try "tar jxvf".

  3. #3
    Just Joined! snf1694's Avatar
    Join Date
    May 2008
    Posts
    2

    Unzipping files

    Hey thanks I will see if this works

  4. #4
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by snf1694 View Post
    Hello I need to unzip a file I am currently running Vector linux Ver:4.0 I think and I am running in GUI can anyone help me unzip a .tar file It keeps saying unknown child process and I am running in root please reply






    Thanks Snf1694
    If it's just .tar, then tar -xf will suffice. If it's .bar.bz2 use -xjf, if it's tar.gz use -xzf.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...