![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple runlevel options at Bootup | srikumar_cs | UNIX for Advanced & Expert Users | 2 | 04-03-2007 11:21 PM |
| runlevel from cmdline or lilo? | odys | Linux | 2 | 02-06-2006 01:22 PM |
| Runlevel in Freebsd? | Insomniac | UNIX for Dummies Questions & Answers | 2 | 03-01-2003 06:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Can some exsplain to to me what runlevel 1-9 do?
I need to know. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I dunno Jimmy, can you use Google to find the answers to some of the easier questions?
The problem is that runlevels can be different depending on which unix you're looking at. Solaris for example. Run level 5 is a system power down. On Linux boxes, run level 5 brings you into the windowing system. Some runlevels are consistent even if they're not really official standards. Run level 2 and 3 for example. Plus some systems use rcn.d directories where others use rc scripts. There are other run levels too. S - Single user mode 0 - System Shutdown 1 - Single user mode 2 - Start most services 3 - Multi-user mode startup (apache, nfs server and snmp start here on solaris) 4 - ? 5 - X-Windows on linux, Powerdown on Sun 6 - ? 7 - ? 8 - ? 9 - ? If you have a directory and have a specific need to start something extra, like a web server but you don't want it starting in 3, then you can put Apache in run level 4 for example, but not on Sun. See in Linux, each rc directory stands on its own. init throws you right to the /etc/rc3.d directory. So all your startup scripts for run level 3 need to be in /etc/rc3.d. However on Sun systems, /etc/rc2.d is processed and then /etc/rc3.d and potentially /etc/rc4.d if you had something in there. Did that help? Carl |
|
#3
|
|||
|
|||
|
Quote:
You type init (number) to change runlevel? |
|
#4
|
|||
|
|||
|
Quote:
Carl |
|
#5
|
|||
|
|||
|
It's not working...
How do I change the runlevel? |
|
#6
|
|||
|
|||
|
Quote:
Carl |
|||
| Google The UNIX and Linux Forums |