The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-01-2005
jhoffman jhoffman is offline
Registered User
  
 

Join Date: Jan 2005
Location: State College, PA
Posts: 12
are you logged in as the su?? also make sure if your uploading a file that has multiple contents that your tar it and gzip it.

ex: tar cvf filename.tar filename(the original)
ex: gzip filename.tar (this is the one you created above)