Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
man /
man8 /
Delete
Unzip
Name
Size
Permission
Date
Action
getcap.8
621
B
-rw-r--r--
2015-06-25 14:29
setcap.8
1.12
KB
-rw-r--r--
2015-06-25 14:29
Save
Rename
.\" .\" $Id: setcap.8,v 1.1.1.1 1999/04/17 22:16:31 morgan Exp $ .\" .TH SETCAP 8 "24th October 2008" .SH NAME setcap \- set file capabilities .SH SYNOPSIS \fBsetcap\fP [-q] [-v] (\fIcapabilities|-|-r) filename\fP [ ... \fIcapabilitiesN\fP \fIfileN\fP ] .SH DESCRIPTION In the absence of the .B -v (verify) option .B setcap sets the capabilities of each specified .I filename to the .I capabilities specified. The .B -v option is used to verify that the specified capabilities are currently associated with the file. .PP The .I capabilities are specified in the form described in .IR cap_from_text (3). .PP The special capability string, .BR '-' , can be used to indicate that capabilities are read from the standard input. In such cases, the capability set is terminated with a blank line. .PP The special capability string, .BR '-r' , is used to remove a capability set from a file. .PP The .B -q flag is used to make the program less verbose in its output. .SH "EXIT CODE" The .B setcap program will exit with a 0 exit code if successful. On failure, the exit code is 1. .SH "SEE ALSO" .BR cap_from_text (3), .BR cap_set_file (3), .BR getcap (8)