파일명이 이상해서 삭제를 못할때 #587
airman5573
started this conversation in
Today I Learned
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
그런데 종종 한글파일명으로 파일이름이 뛻꽯깱.png 이렇게 나올때가 있다.
리눅스에서는 파일 번호라는게 있어서
ls -li 를 하면 node number를 볼 수 있고
find . -inum 1234567 -delete 이런식으로 하면 해당 파일을 파일명이 아닌 노드넘버로 삭제할 수 있다.
Beta Was this translation helpful? Give feedback.
All reactions