Linux - (init.d|Initialization) Location

About

The (init.d|Initialization) directory contains start/stop scripts used during the OS initialization phase.

Everything from acpid to x11-common is controlled from this directory.

Location Os Tip
/etc/rc.d/init.d/ Red Hat/Fedora You can use also /etc/init.d/ which is linked to /etc/rc.d/init.d/
/etc/init.d/ S.u.s.e. / Solaris
/etc/init.d/ Ubuntu / Debian
/sbin/init.d HP-UX
/etc AIX

To be able to start this script on all init level, soft-links should be placed in /etc/rc[0-6].d





Discover More
Init - SysV init Script

The init script are bash script that are run by the init daemon. see See sudo Each script will be run as a command and the structure of the command will look like: Where command is the actual...
Linux - Service client

service is the client tool of the sysvinit system. systemctl client service where: - The script must be located in in /etc/init.d The current working directory is set to /. Most environment...
Linux - init process (Sysv ?)

Init is the first daemon process that continues running until the system is shut down. Init is typically assigned process identifier 1. The init command permits to promote an init level in order...
Card Puncher Data Processing
Oracle Database - Automating Shutdown and Startup on Linux

Automating database startup and shutdown guards against incorrect database shutdown. Since the version 11.2, it's recommended to use Oracle Restart but a single database installation doesn't install it....
Timesten Component
Timesten - Start/Stop a database

The concept of starting and stopping a TimesTen in-memory database is different from that of a disk-based RDBMS. For TimesTen, a database is ready for use by an application after the database is loaded...



Share this page:
Follow us:
Task Runner