Penguin

INITSCRIPT

INITSCRIPT

NAME SYNOPSIS DESCRIPTION EXAMPLES FILES AUTHOR SEE ALSO


NAME

initscript - script that executes inittab commands.

SYNOPSIS

/bin/sh /etc/initscript id runlevels action process

DESCRIPTION

When the shell script /etc/initscript is present, init will use it to execute the commands from inittab. This script can be used to set things like ulimit and umask default values for every process.

EXAMPLES

This is a sample initscript, which might be installed on your system as /etc/initscript.sample.

#

  1. initscript Executed by init(8) for every program it
  2. wants to spawn like this:

#

  1. /bin/sh /etc/initscript

FILES

/etc/inittab, /etc/initscript.

AUTHOR

Miquel van Smoorenburg ,

SEE ALSO

init(8), inittab(5).


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.