what are the init levels in Linux?
Answers were Sorted based on User's Feedback
Answer / sangeetha
Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not
have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
| Is This Answer Correct ? | 24 Yes | 0 No |
You can find the above file in "/etc/inittab" file which
contains the details.
| Is This Answer Correct ? | 0 Yes | 0 No |
how is "to run even after user logs out"
how to see unallocated hard disk space on linux
Why is it called bash?
Does linux cp command overwrite?
What is tty name?
What is cpu utilization linux?
What is the ipconfig command for linux?
How can I delete a file in linux?
How to write the output of a command to a file?
What is git command?
What is Data Command?
What is the purpose of the 'chmod' command?