This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: address@hidden (Kevin Anderson) >Organization: UCAR/RAP >To: address@hidden >Keywords: 199502031827.AA24771 Kevin- > >I am trying to use tar to extract the source code for netcdf.tar.Z and >I am getting a "permission denied" error. The form of tar i am usind is: > >% tar -xvt netcdf.tar.z > >Am I doing something wrong ? > To extract the tar file, you first must uncompress it. Try zcat netcdf.tar.Z | tar -xvt - to see the contents. Make sure you have write permision in the directory that the compressed tar file is in. Don Murray