Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. # /etc/inittab: init(8) configuration.
  3. # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
  4.  
  5. # The default runlevel.
  6. id:5:initdefault:
  7.  
  8. # Boot-time system configuration/initialization script.
  9. # This is run first except when booting in emergency (-b) mode.
  10. si::sysinit:/etc/init.d/rcS
  11.  
  12. # What to do in single-user mode.
  13. ~~:S:wait:/sbin/sulogin
  14.  
  15. # /etc/init.d executes the S and K scripts upon change
  16. # of runlevel.
  17. #
  18. # Runlevel 0 is halt.
  19. # Runlevel 1 is single-user.
  20. # Runlevels 2-5 are multi-user.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement