|
|
|
|
UGU: Unix Guru Universe - Unix Tip #4066- March 30, 2012
- Home : Help
: Today's Tip
Unix Tip #4066- March 30, 2012
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.
NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.
LAST 5 TIPS
4065
- YET ANOTHER COUNTDOWN
4064
- KILL IDLE USERS
4063
- FINDING CONTROL CHARACTERS
4062
- VI AND NOT DISK SPACE
4061
- CHANGE TO LAST DIRECTORY
I want to
SUBSCRIBE
and get a UGU Tip everyday.
I want to
UNSUBSCRIBE
and NOT get a UGU Tip everyday.
If you have a UNIX TIP let us know, we just may use it:
(All tips become the property of the Unix Guru Universe)
|
|
|
Copyright 1994-2024 Unix Guru Universe |
|
|
|
|