[olug] Unix Tip: RENAMING UNPRINTABLE DIRECTORIES

Unix Guru Universe listserv at ugu.com
Fri Aug 8 16:36:55 UTC 2003


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

			      UNIX GURU UNIVERSE 
			         UNIX HOT TIP

			Unix Tip 2046 - August  8, 2003

		    http://www.ugu.com/sui/ugu/show?tip.today

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


RENAMING UNPRINTABLE DIRECTORIES

This happened just the other day, 
and wanted to make it available.

We discovered a directory with 
no name or unprintable characters:

    foohost# ls -ail 
    208978 drwxr-xr-x  1        2430 Aug  3  13:08 
    209299 drwxr-xr-x  24       3287 Oct 25  1993 . 
    208946 drwxr-xr-x  49        447 Jun 22  1993 ..

Using the '-i' option in ls 
provided the inode of the directory.
We then were able to move the 
directory to another name so we
could see what was in it using
a find command:

foohost# find . -inum 208946 -exec mv {}  new.dir \;

Worked like a charm.


--------------------------------------------------------------------------
To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today

==========================================================================
DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX 
GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES THAT 
ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.

Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
==========================================================================



More information about the OLUG mailing list