Re: what is init version
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Fri, 1 Feb 2008 11:19:39 -0800 (PST)
On Feb 1, 10:54 am, Keep Asking <as...@xxxxxxxxx> wrote:
When Linux comes up, there is one line like this
INIT: version x.xx
What is the init version, is it separated from linux kernel release?
Yes. The 'init' program is the first user-space program launched by
the kernel.
Anyone can give a link if it is a separate release package.
It is a separate package. You can probably locate the 'init'
executable with a command like 'which init' and then use your
distribution's command to determine which package 'init' comes from.
On the Linux machine closest to me, this happens:
# whereis init
init: /sbin/init /etc/init.d /usr/share/man/man8/init.8.gz
# rpm -q --whatprovides /sbin/init
SysVinit-2.86-2.2.2
# rpm -q -i SysVinit
Name : SysVinit Relocations: (not
relocatable)
Version : 2.86 Vendor: Red Hat, Inc.
Release : 2.2.2 Build Date: Mon 13 Feb
2006 08:34:34 AM PST
Install Date: Wed 07 Feb 2007 04:13:45 PM PST Build Host: ls20-
bc1-14.build.redhat.com
Group : System Environment/Base Source RPM:
SysVinit-2.86-2.2.2.src.rpm
Size : 197777 License: GPL
Signature : DSA/SHA1, Mon 06 Mar 2006 11:55:47 AM PST, Key ID
b44269d04f2a6fd2
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary : Programs which control basic system processes.
Description :
The SysVinit package contains a group of processes that control
the very basic functions of your system. SysVinit includes the init
program, the first program started by the Linux kernel when the
system boots. Init then controls the startup, running, and shutdown
of all other programs.
DS
.
- References:
- what is init version
- From: Keep Asking
- what is init version
- Prev by Date: what is init version
- Next by Date: Scriptbasic - Compiling the generated C code
- Previous by thread: what is init version
- Next by thread: Scriptbasic - Compiling the generated C code
- Index(es):
Relevant Pages
|