sun's longitude:37 02 54 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/read.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
229 ¹ø ±ÛÀÇ ´äÀå±Û: [linux] CentOS 5.x init.d ºÒÇÊ¿äÇÑ ¼­ºñ½ºµ¥¸ó
±Û¾´ÀÌ: »êÀÌ [ȨÆäÀÌÁö] ±Û¾´³¯: 2010³â 04¿ù 29ÀÏ 17:18:34 ¸ñ(¿ÀÈÄ) Á¶È¸: 3652
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 $?
---------------------------------

 
ÀÌÀü±Û : [linux] init.d ºÒÇÊ¿äÇÑ ¼­ºñ½ºµ¥¸ó
´ÙÀ½±Û : [php] socket ÇÔ¼ö ¿¹Á¦  
 from 114.111.62.248
JS(Redhands)Board 0.4 +@

|±Û¾²±â| |´äÀå¾²±â| |¼öÁ¤| |»èÁ¦|
|ÀÌÀü±Û| |´ÙÀ½±Û| |¸ñ·Ïº¸±â|
Àμâ¿ë 

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

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