Xref: utzoo comp.unix.questions:30789 comp.unix.misc:1379 comp.unix.sysv386:7400 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!gatech!usenet.ins.cwru.edu!ncoast!jeffl From: jeffl@NCoast.ORG (Jeff Leyser) Newsgroups: comp.unix.questions,comp.unix.misc,comp.unix.sysv386 Subject: Re: What is it? (was Re: Current Run-Level: How can you tell?) Message-ID: <1991Apr26.202250.12170@NCoast.ORG> Date: 26 Apr 91 20:22:50 GMT References: <1991Apr25.120917.1626@virtech.uucp> <1991Apr25.171617.13505@ssd.kodak.com> Organization: North Coast Public Access Un*x (ncoast) Lines: 39 In post <1991Apr25.171617.13505@ssd.kodak.com>, weimer@ssd.kodak.com says: !! !!In article , dfs@doe.carleton.ca (David F. Skoll) !!writes: !!|> I use a Sun system, and I've never heard of "Run-Level." !!|> !!|> What is it? !! !!A brief description (since I've only had brief exposure to it...) I deal with it daily. !! !!BSD Unix (?) has three "run levels": Single-user, Multi-user and Halt. !!Usually we say the system is: !! in Single-user mode !! in Multi-user mode !! Down ( 1/2 :-) ) !! !!System V (?) Unix has many levels: !! 0 == Halt !! 3 == normal Multi-user mode !! others (this is were it gets brief :-) ) Well, sorta. In SysV, init has 11 levels, numbered 0-6,a,b,c,S. Each line in the /etc/inittab file has a corresponding set of identifiers, e.g: s2:23:wait:/etc/rc2 >/dev/console 2>&1