bash - cannot access file: Input/output error d????????? ? ?? -


i'm having following problem: can't remove specific file

$ ls -l ls: cannot access fisier: input/output error total 0 d????????? ? ? ? ?            ? fisier $ rm -rf fisier  rm: cannot remove ‘fisier’: permission denied $ sudo rm -rf fisier  [sudo] password myusername:  rm: cannot remove ‘fisier’: directory 


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -