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?
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?
See if this helps:
chown root "? dir_name"
chmod 755 "? dir_name"
ls -lha "? dir_name"