Query: capng_capability_to_name
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAPNG_CAPABILITY_TO_NAME(3) Libcap-ng API CAPNG_CAPABILITY_TO_NAME(3)NAMEcapng_capability_to_name - convert capability integer to textSYNOPSIS#include <cap-ng.h> const char *capng_capability_to_name(unsigned int capability);DESCRIPTIONcapng_capabilityi_to_name will take the integer being passed and look it up to see what its text string representation would be. The inte- ger being input must be in the valid range defined in linux/capabiliy.h. The string that is output is the same as the define text from linux/capabiliy.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to some- thing more user friendly for display.RETURN VALUEThis returns a NULL pointer on failure and the correct string otherwise.SEE ALSOcapng_name_to_capability(3), capabilities(7)AUTHORSteve Grubb Red Hat June 2009 CAPNG_CAPABILITY_TO_NAME(3)
| Related Man Pages |
|---|
| uuid_parse(3) - centos |
| uuid_unparse(3) - linux |
| cap_from_text(3) - debian |
| uuid_unparse(3) - debian |
| uuid_parse(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |