sun's longitude:47 43 58 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/delete.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
 ¡Ú ±Û Áö¿ì±â Ç׸ñÀÔ´Ï´Ù. Çѹø ´õ »ý°¢ÇÏ½Ã°í °áÁ¤ÇϽʽÿÀ.!!!
Á¦¸ñ 289 ¹ø ±ÛÀÇ ´äÀå±Û : [linux] CentOS 5.x init.d ºÒÇÊ¿äÇÑ ¼­ºñ½ºµ¥¸ó
 À̸§  »êÀÌ [Ȩ]http://linuxchannel.net/
CentOS 5.x init.d ºÒÇÊ¿äÇÑ ¼­ºñ½ºµ¥¸ó off

# runlevel
chkconfig --del NetworkManager
chkconfig --del NetworkManagerDispatcher
chkconfig --del acpid
chkconfig --del auditd
chkconfig --del autofs
chkconfig --del bluetooth
chkconfig --del cpuspeed
chkconfig --del cups
chkconfig --del dhcdbd
chkconfig --del diskdump
chkconfig --del firstboot
chkconfig --del gpm
chkconfig --del haldaemon
chkconfig --del hidd
chkconfig --del hplip
chkconfig --del ip6tables
chkconfig --del irda
chkconfig --del kudzu
chkconfig --del mdmpd
chkconfig --del messagebus
chkconfig --del netdump
chkconfig --del netfs
chkconfig --del netplugd
chkconfig --del nfs
chkconfig --del nfslock
chkconfig --del nscd
chkconfig --del pcmcia
chkconfig --del portmap
chkconfig --del psacct
chkconfig --del rdisc
chkconfig --del readahead_later
chkconfig --del readahead_early
chkconfig --del rhnsd
chkconfig --del rpcgssd
chkconfig --del rpcidmapd
chkconfig --del rpcsvcgssd
chkconfig --del saslauthd
chkconfig --del sysstat
chkconfig --del wpa_supplicant
chkconfig --del xfs
chkconfig --del ypbind
chkconfig --del yum-cron
chkconfig --del yum-updatesd

------------------------
#!/bin/sh
##
## -- CentOS 5.x init.d
## -- san2@2010.04.28

FORCEOFF="NetworkManager NetworkManagerDispatcher acpid auditd autofs bluetooth
cpuspeed cups dhcdbd diskdump gpm haldaemon hidd hplip ip6tables irda kudzu mdmpd
messagebus netdump netfs netplugd nfs nfslock nscd pcmcia portmap psacct
rdisc readahead_early readahead_later rhnsd rpcgssd rpcidmapd rpcsvcgssd
saslauthd sysstat wpa_supplicant xfs ypbind yum-cron yum-updatesd"

FORCEON="crond syslog"

for SERVICE in ${FORCEOFF} ; do
echo -n "$SERVICE force to off: "
[ -x /etc/rc.d/init.d/${SERVICE} ] || { echo 'skip'; continue; }
/sbin/chkconfig ${SERVICE} off && echo 'off' || echo 'fail'
/etc/rc.d/init.d/${SERVICE} status | grep running >/dev/null && \
/etc/rc.d/init.d/${SERVICE} stop
done

for SERVICE in ${FORCEON} ; do
echo -n "$SERVICE force to on: "
[ -x /etc/rc.d/init.d/${SERVICE} ] || { echo 'skip'; continue; }
/sbin/chkconfig ${SERVICE} on && echo 'on' || echo 'fail'
/etc/rc.d/init.d/${SERVICE} status | grep stop >/dev/null && \
/etc/rc.d/init.d/${SERVICE} start
done

exit $?
---------------------------------
2010³â 04¿ù 29ÀÏ 17:18:34 ¸ñ(¿ÀÈÄ)  from 114.111.62.248
0
¾ÏÈ£: °ø¿ë º¸¾È SSL ¼­¹ö°¡ ÁغñµÇ±â Àü±îÁö´Â off ÇÕ´Ï´Ù

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.02(server) + (network) + (browser) seconds