Lines Matching refs:of
13 miscellaneous and general things in the operation of the Linux
14 kernel. Since some of the files _can_ be used to screw up your
47 aio-nr is the running total of the number of events specified on the
51 of any kernel data structures.
81 The file dquot-max shows the maximum number of cached disk
84 The file dquot-nr shows the number of allocated disk quota
85 entries and the number of free disk quota entries.
87 If the number of free cached disk quotas is very low and
88 you have some awesome number of simultaneous system users,
95 The value in file-max denotes the maximum number of file-
97 of error messages about running out of file handles, you might
102 file-nr denote the number of allocated file handles, the number
103 of allocated but unused file handles, and the maximum number of
104 file handles. Linux 2.6 always reports 0 as the number of free
106 number of allocated file handles exactly matches the number of
116 This denotes the maximum number of file-handles a process can
128 The value in inode-max denotes the maximum number of inode
132 out of inodes, you need to increase this value.
138 The actual numbers are, in order of appearance, nr_inodes,
141 Nr_inodes stands for the number of inodes the system has
145 Nr_free_inodes represents the number of free inodes (?) and
147 system needs to prune the inode list instead of allocating
155 UIDs and GIDs are 32 bits. When one of these filesystems is mounted
159 These sysctls allow you to change the value of the fixed UID and GID.
166 Maximum total number of pages a non-privileged user may allocate for pipes.
175 Maximum total number of pages a non-privileged user may allocate for pipes
187 A long-standing class of security issues is the hardlink-based
188 time-of-check-time-of-use race, most commonly seen in world-writable
189 directories like /tmp. The common method of exploitation of this flaw
207 A long-standing class of security issues is the symlink-based
208 time-of-check-time-of-use race, most commonly seen in world-writable
209 directories like /tmp. The common method of exploitation of this flaw
212 incomplete list of hundreds of examples across the years, please see:
218 a sticky world-writable directory, or when the uid of the symlink and
236 contents of privileged processes.
246 to syslog warning about the lack of a correct setting.
252 These numbers control the maximum number of superblocks, and
253 thus the maximum number of mounted filesystems the kernel
262 aio-nr shows the current system-wide number of asynchronous io
280 creation of a user space library that implements the POSIX message queues
281 API (as noted by the MSG tag in the POSIX 1003.1-2001 version of the System
284 The "mqueue" filesystem contains values for determining/setting the amount of
288 maximum number of message queues allowed on the system.
291 maximum number of messages in a queue value. In fact it is the limiting value
292 for another (user) limit which is set in mq_open invocation. This attribute of
300 default number of messages in a queue value if attr parameter of mq_open(2) is
304 the default message size value if attr parameter of mq_open(2) is NULL. If it
315 Every epoll file descriptor can store a number of files to be monitored
316 for event readiness. Each one of these monitored files constitutes a "watch".
317 This configuration option sets the maximum number of "watches" that are
321 The current default value for max_user_watches is the 1/32 of the available