LSIPC(1) Dienstprogramme fur Benutzer LSIPC(1) BEZEICHNUNG lsipc - Informationen zu IPC-Einrichtungen anzeigen, die aktuell im System beschaftigt sind UBERSICHT lsipc [Optionen] BESCHREIBUNG lsipc shows information on the POSIX and System V inter-process communication facilities for which the calling process has read access. The default output, as well as the default output from options with predefined output columns (like --shmems, etc.), is subject to change. So whenever possible, you should avoid using default outputs in your scripts. Always explicitly define expected columns by using --output columns-list in environments where a stable output is required. OPTIONEN -i, --id ID Show full details on just the one resource element (System V) identified by id. This option needs to be combined with one of the three resource options: -m, -q or -s. It is possible to override the default output format for this option with the --list, --raw, --json or --export option. -N, --name Name Show full details on just the one resource element (POSIX) identified by name. This option needs to be combined with one of the three resource options: -M, -Q or -S. It is possible to override the default output format for this option with the --list, --raw, --json or --export option. -g, --global zeigt die systemweite Auslastung und Begrenzung der IPC-Ressourcen an. Diese Option kann mit einer der drei Ressourcenoptionen -m, -q oder -s kombiniert werden. Standardmassig werden Informationen zu allen Ressourcen angezeigt. -h, --help zeigt einen Hilfetext an und beendet das Programm. -V, --version Display version and exit. Ressourcenoptionen -m, --shmems Write information about active System V shared memory segments. -M, --posix-shmems Write information about active POSIX shared memory segments. -q, --queues Write information about active System V message queues. -Q, --posix-mqueues Write information about active POSIX message queues. -s, --semaphores Write information about active System V semaphore sets. -S, --posix-semaphores Write information about active POSIX named semaphores. Formatierung der Ausgabe -c, --creator zeigt den Ersteller und Eigentumer an. -e, --export gibt die Daten in Form von Schlussel="Wert"-Paaren aus. Alle potenziell unsicheren Zeichen werden hexadezimal maskiert (\x). Siehe auch die Option --shell. -J, --json verwendet das JSON-Ausgabeformat. -l, --list formatiert die Ausgabe als Liste. Dies ist die Vorgabe, ausser wenn --id verwendet wird. -n, --newline zeigt jeden Informationsteil in einer separaten Zeile an. --noheadings unterdruckt die Ausgabe einer Kopfzeile. --notruncate kurzt die Ausgabe nicht. -o, --output Liste gibt die anzuzeigenden Spalten an. Mit --help erhalten Sie eine Liste aller unterstutzten Spalten. -b, --bytes gibt die Grosse in Byte anstelle eines menschenlesbaren Formats aus. -r, --raw gibt Rohdaten aus (keine Formatierung in Spalten). -t, --time zeigt Zeitinformationen an: die Zeit des letzten Vorgangs, der die Zugriffsrechte fur alle Leistungen geandert hat, die Zeit der letzten msgsnd(2)- und msgrcv(2)-Vorgange fur Nachrichtenwarteschlangen, die Zeit der letzten shmat(2)- und shmdt(2)-Vorgange fur gemeinsam genutzten Speicher und die Zeit des letzten semop(2)-Vorgangs fur Semaphore. --time-format Typ zeigt Daten im Kurz-, Voll- oder ISO-Format an. Vorgabe ist das Kurzformat, welches sowohl platzsparend als auch menschenlesbar ist. -P, --numeric-perms zeigt Zugriffsrechte in numerischer Form in der Spalte >>Rechte<< an. -y, --shell Der Spaltenname wird so geandert, dass er nur Zeichen enthalt, die als Shell-Variablenbezeichner genutzt werden konnen. Dies ist beispielsweise nutzlich mit --export. Beachten Sie, dass diese Funktion fur --export in Version 2.37 automatisch aktiviert wurde, dass es nun aber aus Kompatibilitatsgrunden erforderlich ist, dieses Verhalten durch --shell anzufordern. EXIT-STATUS 0 wenn alles in Ordnung ist, 1 falls inkorrekte Argumente angegeben wurden, 2 falls ein ernstzunehmender Fehler auftritt. GESCHICHTE Das Dienstprogramm lsipc wurde von ipcs(1) inspiriert. AUTOREN Ondrej Oprala , Karel Zak SIEHE AUCH ipcmk(1), ipcrm(1), msgrcv(2), msgsnd(2), semget(2), semop(2), shmat(2), shmdt(2), shmget(2), sysvipc(7) FEHLER MELDEN For bug reports, use the issue tracker . VERFUGBARKEIT Der Befehl lsipc ist Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv heruntergeladen werden kann. util-linux 2.41 2025-03-29 LSIPC(1)