Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../etc/security
File: limits.conf
# /etc/security/limits.conf
[0] Fix | Delete
#
[1] Fix | Delete
#This file sets the resource limits for the users logged in via PAM.
[2] Fix | Delete
#It does not affect resource limits of the system services.
[3] Fix | Delete
#
[4] Fix | Delete
#Also note that configuration files in /etc/security/limits.d directory,
[5] Fix | Delete
#which are read in alphabetical order, override the settings in this
[6] Fix | Delete
#file in case the domain is the same or more specific.
[7] Fix | Delete
#That means for example that setting a limit for wildcard domain here
[8] Fix | Delete
#can be overriden with a wildcard setting in a config file in the
[9] Fix | Delete
#subdirectory, but a user specific setting here can be overriden only
[10] Fix | Delete
#with a user specific setting in the subdirectory.
[11] Fix | Delete
#
[12] Fix | Delete
#Each line describes a limit for a user in the form:
[13] Fix | Delete
#
[14] Fix | Delete
#<domain> <type> <item> <value>
[15] Fix | Delete
#
[16] Fix | Delete
#Where:
[17] Fix | Delete
#<domain> can be:
[18] Fix | Delete
# - a user name
[19] Fix | Delete
# - a group name, with @group syntax
[20] Fix | Delete
# - the wildcard *, for default entry
[21] Fix | Delete
# - the wildcard %, can be also used with %group syntax,
[22] Fix | Delete
# for maxlogin limit
[23] Fix | Delete
#
[24] Fix | Delete
#<type> can have the two values:
[25] Fix | Delete
# - "soft" for enforcing the soft limits
[26] Fix | Delete
# - "hard" for enforcing hard limits
[27] Fix | Delete
#
[28] Fix | Delete
#<item> can be one of the following:
[29] Fix | Delete
# - core - limits the core file size (KB)
[30] Fix | Delete
# - data - max data size (KB)
[31] Fix | Delete
# - fsize - maximum filesize (KB)
[32] Fix | Delete
# - memlock - max locked-in-memory address space (KB)
[33] Fix | Delete
# - nofile - max number of open file descriptors
[34] Fix | Delete
# - rss - max resident set size (KB)
[35] Fix | Delete
# - stack - max stack size (KB)
[36] Fix | Delete
# - cpu - max CPU time (MIN)
[37] Fix | Delete
# - nproc - max number of processes
[38] Fix | Delete
# - as - address space limit (KB)
[39] Fix | Delete
# - maxlogins - max number of logins for this user
[40] Fix | Delete
# - maxsyslogins - max number of logins on the system
[41] Fix | Delete
# - priority - the priority to run user process with
[42] Fix | Delete
# - locks - max number of file locks the user can hold
[43] Fix | Delete
# - sigpending - max number of pending signals
[44] Fix | Delete
# - msgqueue - max memory used by POSIX message queues (bytes)
[45] Fix | Delete
# - nice - max nice priority allowed to raise to values: [-20, 19]
[46] Fix | Delete
# - rtprio - max realtime priority
[47] Fix | Delete
#
[48] Fix | Delete
#<domain> <type> <item> <value>
[49] Fix | Delete
#
[50] Fix | Delete
[51] Fix | Delete
#* soft core 0
[52] Fix | Delete
#* hard rss 10000
[53] Fix | Delete
#@student hard nproc 20
[54] Fix | Delete
#@faculty soft nproc 20
[55] Fix | Delete
#@faculty hard nproc 50
[56] Fix | Delete
#ftp hard nproc 0
[57] Fix | Delete
#@student - maxlogins 4
[58] Fix | Delete
[59] Fix | Delete
# End of file
[60] Fix | Delete
[61] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function