linux

Total 136
Today 0
profile_image
ino
04-11-29 18:32 0개 2,923회
rm -f 로 삭제 안되는 파일 삭제하기
"--" 가 들어가서 rm 으로는 삭제가 안되는 파일을 삭제하기 ㅋ



main()

{

unlink("--exclued=")

}



cc -o test test.c



./test

댓글목록

등록된 댓글이 없습니다.