증상
solaris 9 에서…

1. root user로는 clear명령어가 잘 실행됨..
2. 일반 user로 clear명령을 내리면,

/bin/clear: /dev/null: cannot create 에러…..

3. /dev/null이 크기 0의 일반 화일로 잡혀 있음..
-rw-r–r– 1 root other 0 Dec 12 15:47 null

해결책…

cd /dev
rm null
ln -s ../devices/pseudo/mm@0:null null

수동으로 위와 같이 하던지..
아니면,

devfsadm 명령어를 내리면 자동으로 심볼릭링크가 생성됨.

왜 심볼릭링크가 지워졌는지는 아직 알수가 없음.

This entry was posted on 금요일, 12월 12th, 2003 at 12:29 오전 and is filed under Solaris(솔라리스). You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment
*

Switch to our mobile site