Subject: Re: init runlevel.
To: None <mcr@sandelman.ottawa.on.ca>
From: Phillip Rulon <pjr@gnu.org>
List: netbsd-help
Date: 10/21/1999 04:10:40
cc: netbsd-help@netbsd.org
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: Wed, 20 Oct 1999 23:15:08 -0400
From: Michael Richardson <mcr@sandelman.ottawa.on.ca>
Sender: netbsd-help-owner@netbsd.org
Precedence: list
Delivered-To: netbsd-help@netbsd.org
I never did figure out how find out the current run level in Linux.
$ uname -a
Linux msd 2.2.0-final #11 Thu Jun 10 19:17:10 EDT 1999 i586 unknown
$ ps aux | grep init
root 1 0.0 0.1 804 416 ? S Oct 19 0:03 init [5]
$
But thanks, I didn't know how to use sysctl :^)
pjr