Lines Matching +full:user +full:- +full:defined
1 .\"-
54 command writes currently defined RCTL rules to standard output.
60 .Bl -tag -width indent
66 Display rules applicable to the process defined by
70 of process, but also rules for the user, jail, and login class applicable
80 .Sy user ,
88 "Human-readable" output.
92 Display user IDs numerically rather than converting them to a user name.
98 Syntax for a rule is subject:subject-id:resource:action=amount/per.
100 .Bl -tag -width "subject-id" -compact -offset indent
105 .Sy user ,
109 .It subject-id
112 It can be a process ID, user name, numerical user ID, login class name from
128 the defined
138 that each process of any user belonging to login class "users" may allocate
140 Rule "loginclass:users:vmemoryuse:deny=100M/user" would mean that for each
141 user belonging to the login class "users", the sum of virtual memory allocated
142 by all the processes of that user will not exceed 100MB.
160 A filter that matches all defined rules for
165 .Bl -column -offset 3n "pseudoterminals" ".Sy username or numerical User ID"
167 .It Sy user Ta user name or numerical User ID
173 .Bl -column -offset 3n "pseudoterminals"
201 .Bl -column -offset 3n "pseudoterminals"
238 .Ex -std
240 Prevent user "joe" from allocating more than 1GB of virtual memory:
241 .Dl Nm Fl a Ar user:joe:vmemoryuse:deny=1g
255 Display all rules matching user "joe":
256 .Dl Nm Ar user:joe
270 .An -nosplit