Guest User

Untitled

a guest
Jun 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ## inittab [plain_text]
  2. #
  3. # /etc/inittab
  4. #
  5.  
  6. # Runlevels:
  7. # 0 Halt
  8. # 1(S) Single-user
  9. # 2 Not used
  10. # 3 Multi-user
  11. # 4 Not used
  12. # 5 X11
  13. # 6 Reboot
  14.  
  15. ## Only one of the following two lines can be uncommented!
  16. # Boot to console
  17. id:3:initdefault:
  18. # Boot to X11
  19. #id:5:initdefault:
  20.  
  21. rc::sysinit:/etc/rc.sysinit
  22. rs:S1:wait:/etc/rc.single
  23. rm:2345:wait:/etc/rc.multi
  24. rh:06:wait:/etc/rc.shutdown
  25. su:S:wait:/sbin/sulogin -p
  26.  
  27. # -8 options fixes umlauts problem on login
  28. c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux
  29. c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux
  30. c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux
  31. c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux
  32. c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux
  33. c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux
  34.  
  35. ca::ctrlaltdel:/sbin/shutdown -t3 -r now
  36.  
  37. # Example lines for starting a login manager
  38. x:5:respawn:/usr/bin/xdm -nodaemon
  39. #x:5:respawn:/usr/sbin/gdm -nodaemon
  40. #x:5:respawn:/usr/bin/kdm -nodaemon
  41. #x:5:respawn:/usr/bin/slim >& /dev/null
  42.  
  43. # End of file
Add Comment
Please, Sign In to add comment