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?
The command ‘umask -S’
Explain any one service which are working on udp only?
How do I find command history in linux?
my clients are getting services from servers but how to know which client is using which service. is there any files to keep information about these? clients used ftp, nis, samba, apache, squid, nfs and mail services how to know how many users got service from server side with date,time and client system ip ?
What is a make target?
what is a command to display top 10 users who are using Huge Space?
What is the Difference between 'su' and 'su-' ?
How do you view the contents of a file in Linux?
How can you check the amount of lines in a file?
What is whois command in linux?
What does df command do in linux?