    chkconfig   
/etc/rc.d ,   sshd     2, 3, 4  5,  
 :

# chkconfig --level 2345 sshd off

# chkconfig --list sshd

sshd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

     level 2345.    -
   on  off,    chkconfig   2,
3, 4  5.       :

# chkconfig sshd off

  ps  service ,   chkconfig  -
 ,   sshd     ,   -
.  chkconfig    sshd.     -
  ,     service,     -
 ,     :

# ps -ef ] grep sshd

root       697     10 OctOl ?        00:00:00 /usr/sbin/sshd
root     17185 21650 0 15:15 pts/4    00:00:00 grep sshd

# /shin/service sshd

Usage: /etc/init.d/sshd {start|stop|restart|reload!condrestartI status)
(:)

# /sbin/service sshd status
sshd (pid 697) is running...
fsshd (pid 697) ...)

    sshd   ,     -
    service:

# /sbin/service sshd stop

Stopping sshd: [ OK ]                           sshd: [ OK ])

# ps -ef | grep sshd

root     17209 21650 0 15:16 pts/4   00:00:00 grep sshd

# /sbin/service sshd status

sshd is stopped                               (sshd )

 

    lilo  grub,     
,   init,      sulogin ("single-user
login"    ).      -
 "  "    .    
      lilo   linux emergency,  
   Boot:  RETURN.

   grub,      grub   -
 ,      .    grub
     ,     ,  -
 .           
  ,    kernel.     

 11.  :                     409