Get running process capabilities in Linux - easy way

To see the capabilities of a running process, simply use the getpcaps tool followed by its process ID (PID). You can also provide a list of process IDs:

sudo getpcaps {{ PID }}