The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-07-2008
grial's Avatar
grial grial is offline
El UNIX es como un toro
 

Join Date: Jun 2006
Location: Madrid (Spain)
Posts: 531
Quote:
Originally Posted by Yogesh Sawant View Post
try this:
Code:
tar -zxvf samba-3.0.28a.tar.gz
This depends on the tar version you are using.

Another option would be:
Code:
gunzip -c samba-3.0.28a.tar.gz | tar xvf -
Regards.
Reply With Quote