Penguin
Blame: initscript(5)
EditPageHistoryDiffInfoLikePages
Annotated edit history of initscript(5) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 INITSCRIPT
2 !!!INITSCRIPT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 EXAMPLES
7 FILES
8 AUTHOR
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 initscript - script that executes inittab commands.
15 !!SYNOPSIS
16
17
18 /bin/sh /etc/initscript id runlevels action
19 process
20 !!DESCRIPTION
21
22
23 When the shell script ''/etc/initscript'' is present,
24 __init__ will use it to execute the commands from
25 ''inittab''. This script can be used to set things like
26 __ulimit__ and __umask__ default values for every
27 process.
28 !!EXAMPLES
29
30
31 This is a sample initscript, which might be installed on
32 your system as ''/etc/initscript.sample''.
33
34
35 #
36 # initscript Executed by init(8) for every program it
37 # wants to spawn like this:
38 #
39 # /bin/sh /etc/initscript
40 !!FILES
41
42
43 /etc/inittab, /etc/initscript.
44 !!AUTHOR
45
46
47 Miquel van Smoorenburg
48 ,
49 !!SEE ALSO
50
51
52 init(8), inittab(5).
53 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.