您可以使用setcap命令來設置特定程序的能力。以下是使用setcap命令設置Linux系統權限的步驟:
sudo apt-get install libcap2-bin
sudo setcap cap_net_admin+eip /usr/bin/example
getcap /usr/bin/example
sudo setcap -r /usr/bin/example
請注意,setcap命令只能在支持文件系統擴展屬性的文件系統上使用,例如ext2、ext3、ext4等。在使用setcap命令時,請確保您理解程序所需的能力,并謹慎設置權限,以免導致安全漏洞。