/
niceSOFT
/
libcap
Обзор
Документация
Войти
/
niceSOFT
/
libcap
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/getpcaps.8
60 строк
2 KB
Andrew G. Morgan
Stop inlining bugzilla.kernel.org as its future is uncertain.
08 апр 2026, 16:36
08 апр 2026, 16:36
3ea5697
Код
Авторство
О чём код?
.\" Hey, EMACS: -*- nroff -*- .TH GETPCAPS 8 "2026-04-07" .\" Please adjust this date whenever revising the manpage. .SH NAME getpcaps \- display process capabilities .SH SYNOPSIS .BR getpcaps " [optional args]" .IR pid ... .SH DESCRIPTION .B getpcaps displays the capabilities on the processes indicated by the .I pid value(s) given on the command line. A .I pid of 0 displays the capabilities of the process that is running .B getpcaps itself. .PP The capability Set of the process is displayed in the text represenation described here: .BR cap_text_formats (7). .PP Optional arguments: .TP .BR \-\-help " or " \-\-usage Displays usage information and exits. .TP .BR \-\-ugly " or " \-\-legacy Displays output in a somewhat ugly legacy format. .TP .B \-\-verbose Displays usage in a legacy-like format but not quite so ugly in modern default terminal fonts. .TP .B \-\-iab Displays IAB tuple capabilities from the process. The output format here is also described in .BR cap_text_formats (7). Double quotes encase the regular process capabilities and square brackets encase the IAB tuple. This format is also used by .BR captree (8). .SH "REPORTING BUGS" Please report bugs via the bugtracker referenced at: .TP https://sites.google.com/site/fullycapable .SH SEE ALSO .BR capsh (1), .BR cap_from_text (3), .BR cap_iab (3), .BR cap_text_format (7), .BR capabilities (7), .BR captree (8), .BR getcap (8), and .BR setcap (8). .SH AUTHOR This manual page was originally written by Robert Bihlmeyer <robbe@debian.org>, for the Debian GNU/Linux system (but may be used by others).