home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15448 < prev    next >
Encoding:
Text File  |  1993-01-12  |  956 b   |  29 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!solaris.rz.tu-clausthal.de!news!zzsb
  3. From: zzsb@kursix.rrzn.uni-hannover.de (Wolfgang Sander-Beuermann)
  4. Subject: Re: quest about tar
  5. Message-ID: <1993Jan12.122843.26801@newsserver.rrzn.uni-hannover.de>
  6. Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
  7. Organization: RRZN
  8. X-Newsreader: Tin 1.1 PL4
  9. References: <NS14.93Jan10232733@crux2.crux2.cit.cornell.edu>
  10. Date: Tue, 12 Jan 1993 12:28:43 GMT
  11. Lines: 16
  12.  
  13. >> tar -xvf myarchive.tar
  14. >
  15. >      Christ, I hope it is without a dash
  16. >
  17. >      tar xvf my...
  18.       
  19. dash or not does usually not matter, most tar's accept <tar -xvf>
  20. _and_ <tar xvf>.
  21.  
  22. BUT: it does matter, wether *you* have the owner (and group) rights
  23. of the untared files, or someone else, so better use:
  24.  
  25.        tar -xovf myarchive.tar      # o is important
  26.  
  27.  
  28. Wolfgang Sander-Beuermann                zzsb@kursix.rrzn.uni-hannover.de
  29.