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 |
what is the command to make a process to run in the foreground from background?
How do I check disk space in linux?
How does mkdir work in linux?
What does rmdir do in linux?
Explain about kernel file in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is the difference between kill and kill in linux?
How many types of dos commands are there?
Explain the ‘ls’ command in linux
What are different command to check ram, process and hdd of linux machine?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?
How can I create a file with cmd?