티스토리 뷰
* 개요
sudo rm * -rf 실행시 다음 메시지 보이며 동작 안함
/bin/rm: cannot execute [Argument list too long]
* 해결
https://stackoverflow.com/questions/11289551/argument-list-too-long-error-for-rm-cp-mv-commands
find . -name "*" -print0 | xargs -0 rm
'SW개발 > Linux' 카테고리의 다른 글
Ubuntu / Tomcat 8 설치 (2) | 2018.04.30 |
---|---|
Ubuntu / eclipse 설치 (0) | 2018.04.29 |
Ubuntu 14.04 - CPU#0 stuck for 23s ! (1) | 2018.04.23 |
윈도우즈 + 우분투 멀티부팅 설치기 (YUMI, UUI 등 사용기) (2) | 2018.04.23 |
Win 10 + Ubuntu 14.04 파티션 구성 (0) | 2018.04.23 |