![]() |
|
|
|
|
|||||||
| 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 |
| Dump and restore command usage ?? | vikas027 | Linux | 2 | 05-04-2008 07:53 PM |
| RESTORE 4.0.9-1 (RESTORE-DC branch) | iBot | Software Releases - RSS News | 0 | 02-06-2008 09:30 AM |
| RESTORE 4.0.0 (RESTORE-DC branch) | iBot | Software Releases - RSS News | 0 | 12-25-2007 12:30 PM |
| restore mysql dump file in many remote servers? | blesets | Shell Programming and Scripting | 2 | 09-12-2006 10:17 PM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 05:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a file with .dmp.gz. I am trying to uncompress this file in a new directory. was able to use gzip to take off the gz extension. How do I get the .dmp extension off? Will ufsrestore work on SUN system?
HELP! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Just out of curiosity, what's the name of the dmp file? These files can be created for different reasons (such as a sytem crash).
The .dmp extension isn't like the .gz extension, so there's not gonna be a utility like gzip to remove the .dmp extension. What you do with the file now that you've unzipped though, I'm not sure. Where'd the file come from? |
||||
| Google The UNIX and Linux Forums |
|
#3
|
|||
|
|||
|
Quote:
Do you need it in this situation? Maybe. You don't get rid of the dmp extension. It may not be a ufsdump file. Try the file command to find out what type of file it is. $ file ./myfile.dmp It should give you a headstart in figuring out what you need to 'restore' it. |