inittab file in ubuntu and linux

There is no /etc/inittab file in Ubuntu because Ubuntu has /etc/event.d/rc-default file
runlevel  # to check current runlevel
The following runlevels are defined:
       N      System bootup (NONE).
       S      Single user mode (not to be switched to directly)
       0      halt
       1      single user mode
       2 to 5 multi user mode
       6      reboot

No comments:

Post a Comment