Capabilities
Linux kernel uses capabilities to compartmentalize the UNIX root privilege into a set of non-overlapping sub privileges (called capabilities) that can be individually assigned where higher granularity than root/non-root is suitable.
Reference for capabilities list: https://man7.org/linux/man-pages/man7/capabilities.7.html
Last modified December 23, 2024: Add 10 more terms (5ceffac)