Linux limits user resources

Source: Internet
Author: User
Linux command to restrict user resources ulimit 1) Note: ulimit is used for resources occupied by shell startup processes. 2) Category: www.2cto. comshell built-in command 3) syntax format: ulimit [-acdfHlmnpsStvw] [size] 4) parameter introduction:-H sets hardware resource limits. -S soft setting...
Linux command to restrict user resources ulimit 1) Note: ulimit is used for resources occupied by shell startup processes. 2) class: www.2cto.com shell built-in command 3) syntax format: ulimit [-acdfHlmnpsStvw] [size]
4) parameter introduction:-H sets hardware resource limits. -S: Set software resource limits. -a: displays all current resource limits. -c size: sets the maximum value of the core file. unit: blocks-d size: set the maximum value of the data segment. unit: kbytes-f size: set the maximum value of the created file. unit: blocks-l size: set the maximum value of the locked process in the memory. unit: kbytes
-M size: set the maximum value of resident memory that can be used. unit: kbytes-n size: sets the maximum value of the file descriptor that can be opened at the same time by the kernel. unit: n-p size: sets the maximum value of the MPs queue buffer. unit: kbytes-s size: set the maximum value of the stack. unit: kbytes-t size: sets the maximum CPU usage time. unit: seconds-v size: sets the maximum value of virtual memory. unit: kbytes www.2cto.com limits. conf file limits. the conf file is the configuration file pam_limits.so in Linux PAM (plug-in Authentication Module, Pluggable Authentication Modules) and is only applicable to a single session. Limits. the conf format is as follows (Enable/etc/security/limits. conf, which has detailed usage): username | @ groupname type resource limitusername | @ groupname: sets the user name to be restricted. The difference between @ and username is added before the group name. You can also use wildcard * to restrict all users. Type: soft, hard, and-. soft indicates the setting value that takes effect for the current system. Hard indicates the maximum value that can be set in the system. Soft cannot be more restrictive than har. -Indicates that both soft and hard values are set. Resource: core-restrict kernel file size date-maximum data size fsize-maximum file size memlock-maximum lock memory address space nofile-maximum number of opened files rss-maximum persistent setting size stack-maximum stack size cpu-maximum CPU time in minutes noproc-maximum number of processes as-address space limit maxlogins-the maximum number of users allowed to log on to limits. make sure that the pam_limits.so file is added to the startup file. In www.2cto.com Linux, you can use the following three steps to restrict user system resources: 1. edit/etc/pam. d/login file, add the following statement session required/lib/security/pam_limits.so2 at its end. edit/etc/security/limits. conf file, add the following statement
* Hard rss sizeofmem * hard nproc maxNumberOfProcesses * hard as sizeofvirtualmem # in which sizeofmem and sizeofvirtualmem are numerical values, and the unit is KB. maxNumberOfProcesses is also a numerical value. The unit is 3. restart the service, such as/etc/init. d/sshd restart
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.