1

I have a listing of a directory which contains this entry:

d????????? ? ? ? ? ? dir_name

I can't get into it, even as root. How to access?

Thom Rogers
  • 121
  • 2

1 Answers1

0

See if this helps:

chown root "? dir_name"
chmod 755 "? dir_name"
ls -lha "? dir_name"