cc -o a a.c /usr/ccs/bin/ld Can't create a /usr/ccs/bin/ld Text file busy
rm a a ? (y/n) y rm a not removed. Text file busy
이런 메시지 가 발생할때 는 a 를 어떻게 지우죠?..
a 라는 프로그램이 사용중이 아닐까요 ?
윤재박 wrote.. cc -o a a.c /usr/ccs/bin/ld Can't create a /usr/ccs/bin/ld Text file busy rm a a ? (y/n) y rm a not removed. Text file busy 이런 메시지 가 발생할때 는 a 를 어떻게 지우죠?..
Re: Can't Create
a 라는 프로그램이 사용중이 아닐까요 ?
윤재박 wrote..
cc -o a a.c
/usr/ccs/bin/ld Can't create a
/usr/ccs/bin/ld Text file busy
rm a
a ? (y/n) y
rm a not removed. Text file busy
이런 메시지 가 발생할때 는 a 를 어떻게 지우죠?..