![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| helo how to mount pendrive on redhat 9 | amitpansuria | Linux | 1 | 10-08-2007 08:07 AM |
| How to nfs mount with Redhat Linux | Heron | Linux | 1 | 03-21-2005 07:38 AM |
| Mount W2K share on Redhat Linux | Spetnik | Linux | 3 | 12-16-2003 03:13 PM |
| mount external usb drive on Redhat 9 | jeremiebarber | UNIX for Dummies Questions & Answers | 6 | 05-23-2003 08:13 PM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 10:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
gunzip does not decompress to stdout, that's not what you want, gunzip = gzip -d
(g)zcat does this: (g)zcat = gzip -dc |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
# zcat /NFS_MOUNT/backup.gz | dd of=/dev/hda or # gzcat /NFS_MOUNT/backup.gz | dd of=/dev/hda ??? |