Man page - lsipc(1)
Packages contains this manual
- getopt(1)
- x86_64(8)
- zramctl(8)
- findfs(8)
- blockdev(8)
- ipcmk(1)
- linux64(8)
- ldattach(8)
- findmnt(8)
- unshare(1)
- uclampset(1)
- partx(8)
- lscpu(1)
- flock(1)
- fallocate(1)
- setterm(1)
- terminal-colors.d(5)
- setsid(1)
- setarch(8)
- lsns(8)
- adjtime_config(5)
- chcpu(8)
- runuser(1)
- rtcwake(8)
- rev(1)
- lsipc(1)
- blkdiscard(8)
- nsenter(1)
- whereis(1)
- dmesg(1)
- fsck(8)
- blkid(8)
- ipcs(1)
- mcookie(1)
- lsblk(8)
- readprofile(8)
- switch_root(8)
- wdctl(8)
- mountpoint(1)
- lsmem(1)
- fsfreeze(8)
- i386(8)
- pivot_root(8)
- swaplabel(8)
- scols-filter(5)
- getty(8)
- chmem(8)
- chrt(1)
- agetty(8)
- blkzone(8)
- more(1)
- choom(1)
- mkswap(8)
- wipefs(8)
- taskset(1)
- lslocks(8)
- linux32(8)
- ionice(1)
- isosize(8)
- su(1)
- rename.ul(1)
- prlimit(1)
- namei(1)
- lslogins(1)
- ipcrm(1)
- fstrim(8)
- mkfs(8)
- hardlink(1)
- sulogin(8)
- setpriv(1)
apt-get install util-linux
Available languages:
en uk ro sr deManual
LSIPC
BEZEICHNUNGÜBERSICHT
BESCHREIBUNG
OPTIONEN
Ressourcenoptionen
Formatierung der Ausgabe
EXIT-STATUS
GESCHICHTE
AUTOREN
SIEHE AUCH
FEHLER MELDEN
VERFÜGBARKEIT
BEZEICHNUNG
lsipc - Informationen zu IPC-Einrichtungen anzeigen, die aktuell im System beschäftigt sind
ÜBERSICHT
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. Standardmäßig 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 Eigentümer an.
-e , --export
gibt die Daten in Form von Schlüssel="Wert"-Paaren aus. Alle potenziell unsicheren Zeichen werden hexadezimal maskiert (\x<code>). Siehe auch die Option --shell .
-J , --json
verwendet das JSON-Ausgabeformat.
-l , --list
formatiert die Ausgabe als Liste. Dies ist die Vorgabe, außer wenn --id verwendet wird.
-n , --newline
zeigt jeden Informationsteil in einer separaten Zeile an.
--noheadings
unterdrückt die Ausgabe einer Kopfzeile.
--notruncate
kürzt die Ausgabe nicht.
-o , --output Liste
gibt die anzuzeigenden Spalten an. Mit --help erhalten Sie eine Liste aller unterstützten Spalten.
-b , --bytes
gibt die Größe 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 für alle Leistungen geändert hat, die Zeit der letzten msgsnd (2)- und msgrcv (2)-Vorgänge für Nachrichtenwarteschlangen, die Zeit der letzten shmat(2)- und shmdt(2)-Vorgänge für gemeinsam genutzten Speicher und die Zeit des letzten semop (2)-Vorgangs für 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 geändert, dass er nur Zeichen enthält, die als Shell-Variablenbezeichner genutzt werden können. Dies ist beispielsweise nützlich mit --export . Beachten Sie, dass diese Funktion für --export in Version 2.37 automatisch aktiviert wurde, dass es nun aber aus Kompatibilitätsgründen 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 <ooprala@redhat.com>, Karel Zak <kzak@redhat.com>
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 <https://github.com/util-linux/util-linux/issues>.
VERFÜGBARKEIT
Der Befehl lsipc ist Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv <https://www.kernel.org/pub/linux/utils/util-linux/> heruntergeladen werden kann.