[질문]쌩초보입니다. 도와주세요.
글쓴이: cosyworks / 작성시간: 수, 2008/03/19 - 8:36오후
XXX.sh 라는 쉘스크립트이구요. freeBSD에서 실행합니다.
어떻게 명령어를 주어야 실행이 되는지요? ㅠ.ㅠ
----------------------------------------------------------------.
----------------------------------------------------------------'
#!/bin/sh
UNIPTAH=/usr/home/exmain/chat
#PATH=UNIPTAH/bin:/usr/local/bin:/usr/bin:/bin
#export PATH
case "$1" in
start)
$UNIPTAH/bin/admin $UNIPTAH/conf/livechat.conf &
;;
stop)
killall admin
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
;;
esac
exit 0
----------------------------------------------------------------
Forums:
아마도..
# XXX.sh start
May The Force Be With You
irdeal
May The Force Be With You
irdeal
혹은..
#./XXX.sh start
chmod +x XXX.sh
chmod +x XXX.sh
댓글 달기