Computing.Net > Forums > Linux > tar help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

tar help

Reply to Message Icon

Name: kris baerwald
Date: November 7, 2003 at 06:59:06 Pacific
OS: redhat 8.0
CPU/Ram: 550/128
Comment:

I need to unzip or uncompress this file....TapeRx.lx.tar.gz but I'm not sure how (newbie)



Sponsored Link
Ads by Google

Response Number 1
Name: Jared Felton
Date: November 7, 2003 at 07:20:17 Pacific
Reply:

tar xvzf TapeRx.lx.tar.gz

x- extract
v- verbose
z- unzip with gzip
f- filename



0

Response Number 2
Name: kris
Date: November 7, 2003 at 07:39:49 Pacific
Reply:

thank you


0

Response Number 3
Name: kris
Date: November 7, 2003 at 08:12:22 Pacific
Reply:


ok, but now after unzipping I have this file TapeRx.lx How do I execute it?


0

Response Number 4
Name: yourfriend
Date: November 8, 2003 at 00:39:07 Pacific
Reply:

Hi Kris,

To make a file executable , you first need to change its permissions.

# chmod 755 yourfile

Then execute

# ./yourfile



0

Response Number 5
Name: kris baerwald
Date: November 11, 2003 at 04:59:00 Pacific
Reply:

thank you , thats what I needed to do....


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: tar help

Opening a .tar.gz and or .tar file www.computing.net/answers/linux/opening-a-targz-and-or-tar-file/18122.html

install a tar gz www.computing.net/answers/linux/install-a-tar-gz/24878.html

Viewers for tar.gz etc www.computing.net/answers/linux/viewers-for-targz-etc/17692.html