Sponsored Content
Top Forums UNIX for Advanced & Expert Users recovering a deleted directory Post 302487884 by cokedude on Friday 14th of January 2011 02:53:45 AM
Old 01-14-2011
Quote:
Good point. I am trying to recover several different types of text files like *.doc, *.rtf, and text files with no file extensions. Also a few picture files.
Have any good recipe's for this with magicrescue?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Recovering lost files

I noticed this in a search for more security tools... It IS possible to "undelete" a file; I suppose recover would be a better term for it. I suppose we've all made the boo-boo (that we all hopefully learned from) of deleting a file, and finding that you do not have a backup. I wouldn't... (1 Reply)
Discussion started by: LivinFree
1 Replies

2. SCO

HELP! Recovering system from New Orleans!!

I am helping a company recover a system that is SCO OS 5.0.5 - they have their backup media, cd copies of SCO, but they do not have their license keys to install and SCO is being difficult in validating their license. Does anyone have an install license key for 5.0.5 that they would be willing... (1 Reply)
Discussion started by: ggraham
1 Replies

3. Solaris

Deleted Lost+Found directory

If you delete your lost & found directory, how do you get it back, just do a mkdir? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

4. Shell Programming and Scripting

files of size 0 need to be deleted inside a directory

Hiiii, I have written a script which takes backup of some log files. let say the backuplocation is --- /abc/backuplocation -rw-r--r-- 1 webmut2 spgroup 0 Jan 27 02:41 ansrpt23994.log -rw-r--r-- 1 webmut2 spgroup 0 Jan 27 02:41 ansrpt3601.log -rw-r--r-- 1... (2 Replies)
Discussion started by: namishtiwari
2 Replies

5. Solaris

Directory should not be deleted, But the contents can be

Hi Guys, I have an user's home directory set to /home/A And A contains the following directories B & C Is there some way in solaris by which i can prevent the directories B and C from getting deleted by the user but the contents of the directories B & C can be deleted ? Also i have... (2 Replies)
Discussion started by: localhost
2 Replies

6. SCO

Recovering 5.0.7 from Bootable CD

I've been working with SCO Unix for several years now but have never had to restore a system from a bare drive. I have a bootable CD that contains what appears to be the correct files necessary to recover the boot and root filesystems. I've got the BIOS setup such that the CD is the first... (12 Replies)
Discussion started by: teamhog
12 Replies

7. AIX

Recovering a failed system

Hi,My system is not booting and at the startup it is getting struck.In HMC error code is coming as 0000, I know the reason of failing.I have few queries on recovery, please answer:1. I have mksysb of the system from which I can restore the system but problem is my few application mount point was a... (5 Replies)
Discussion started by: aixpank
5 Replies

8. Shell Programming and Scripting

recovering cron job

I deleted one of the job from the cron tab. I want to get it back. How can i do this. pplease suggest me.. thanks (1 Reply)
Discussion started by: pranabrana
1 Replies

9. Emergency UNIX and Linux Support

Directory got deleted

One of my directory code where i have stored all my scripts have disappeared . I have no idea on how it got deleted.Could someone pls help me to track-back on what would have happened? I left the office yesterday and today when i just logged in to work with the scripts I could not find the... (13 Replies)
Discussion started by: michaelrozar17
13 Replies

10. Solaris

Directory cannot be deleted!!!

Friends, I have accidently, as root, created a directory gabsf under /home. Now I cannot delete this thing, I have tried rm and rmdir, as well as explicit path name, but it is really undeleteable. Here is what ls -l says. # ls -l /home total 6 drwxr-xr-x 2 dawood dawood 2 Sep 5... (3 Replies)
Discussion started by: gabam
3 Replies
GOO(1)							      General Commands Manual							    GOO(1)

NAME
goo, g2c - generic object-orientator (programming language) SYNOPSIS
goo g2c DESCRIPTION
This manual page documents briefly the goo and g2c commands. goo and g2c interactively evaluate statements in GOO, a dynamic, type-based, object-oriented language in the same family as Dylan and Scheme. The language is designed to be simple, productive, powerful, extensible, dynamic, efficient, and real-time. goo and g2c support two evaluation modes, controlled by the environment variable GOO_EVAL_MODE; the two commands differ only in which mode is the default. In ast mode (short for "abstract syntax tree", and the default for goo), they directly interpret parsed goo expressions. In g2c mode (the default for g2c), they instead translate expressions into dynamically compiled C code. OPTIONS
None. USAGE
Typing goo or g2c at your shell will start up a goo read-eval-print loop, which accepts s-expressions and top-level commands commencing with a comma. The following is a list of available commands: ,quit Exit the program. ^C (control-C) Invoke a recursive read-eval-print loop. ,g2c-eval Change to dynamic compilation evaluation. ,ast-eval Change to ast evaluation. ,in ,name Change to module name. ENVIRONMENT
GOO_EVAL_MODE Determines evaluation mode, as documented in DESCRIPTION above. GOO_ROOT Installation root (/usr on Debian systems); files needed at runtime can be found under ${GOO_ROOT}/lib/goo. SEE ALSO
The full GOO reference manual: /usr/share/doc/goo/goo.pdf.gz or /usr/share/doc/goo/manual/goomanual.html . AUTHOR
goo was written by Jonathan Bachrach. This manual page was written by Aaron M. Ucko <ucko@debian.org>, for the Debian project based on Jonathan's documentation (but may be used by others). 2005-08-04 GOO(1)
All times are GMT -4. The time now is 09:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy