tail head cat sleep
QR code linking to this page

Manpage  — SETUP

BEZEICHNUNG

setup - setzt Geräte und Dateisysteme auf und mountet das Root-Filesystem

INHALT

ÜBERSICHT

#include <unistd.h>

_syscall0(int, setup);

int setup(void);

BESCHREIBUNG

Setup wird einmal von linux/init/main.c aus aufgerufen. Es initialisiert die Funktionen für Geräte und Dateisysteme, die im Kernel konfiguriert sind, und mountet dann das Hauptdateisystem.

Kein Benutzerprozeß kann setup aufrufen. Jeder Benutzerprozeß, auch ein Prozeß mit Superuser Rechten erhält ein EPERM.

RUECKGABEWERT

Setup gibt immer -1 bei einem Benutzerprozeß zurück.

FEHLERMELDUNGEN

EPERM Immer für einen Benutzerprozeß.

KONFORM ZU

Diese Funktion ist Linuxspezifisch.

3. Mai 1996 SETUP (2) Linux 1.2.9

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

… one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs.
— Robert Firth