원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++



# vi /etc/profile  다음 script를 추가한다.
user=`echo $LOGNAME`
user_count=`who | grep $user | wc -l`
if ( $user_count > 2 ) then
echo "You have exceeded the max number of logins allowed
exit
fi

서버에 요청 중입니다. 잠시만 기다려 주십시오...