在 linux 下修改使用者的 limitation, (和使用者的登入Shell相關)(轉)
在 linux 下修改使用者的 limitation, (和使用者的登入Shell相關)(轉)[@more@]在 Linux 下某使用者下能否產生 core 檔案,產生的 core file size 的等限制,是可以透過修改配置檔案/etc/security/limits.conf 檔案裡的配置來加以修改。有的時候,系統會在 /etc/profile 之類的檔案中作出全域性的配置。例如: 在 SUSE 下的 /etc/profile 經常有如下的預設設定:ulimit -Sc 0 # don't create core filesulimit -Sd $(ulimit -Hd)ulimit -Ss $(ulimit -Hs)ulimit -Sm $(ulimit -Hm)如果希望產生 core,別忘了把這裡的設定註釋掉。按照檔案前部的說明,可以在檔案中新增類似這樣的行:username soft core scorefilesizeusername hard core hcorefilesize或@group soft core scorefilesize@group hard core hcorefilesize分別對使用者'username'和組'groupname'設定能否產生 core,產生的 core file size 的限制佔位符scorefilesize和hcorefilesize需要分別填寫請詳細閱讀檔案 /etc/security/limits.conf 的註釋部分# /etc/security/limits.conf##Each line describes a limit for a user in the form:##Where:# can be:# - an user name# - a group name, with @group syntax# - the wildcard *, for default entry# - the wildcard %, can be also used with %group syntax,# for maxlogin limit## can have the two values:# - "soft" for enforcing the soft limits# - "hard" for enforcing hard limits## can be one of the following:# - core - limits the core file size (KB)# - data - max data size (KB)# - fsize - maximum filesize (KB)# - memlock - max locked-in-memory address space (KB)# - nofile - max number of open files# - rss - max resident set size (KB)# - stack - max stack size (KB)# - cpu - max CPU time (MIN)# - nproc - max number of processes# - as - address space limit# - maxlogins - max number of logins for this user# - priority - the priority to run user process with# - locks - max number of file locks the user can hold##
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8225414/viewspace-945118/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 使用者登入相關Oracle
- 安全:列出linux中所有可登入shell/ssh/sudo的使用者Linux
- 在Linux中如何禁止使用者登入Linux
- 修改環境變數顯示當前登陸使用者的相關資訊變數
- Linux入門_基礎命令_使用者和組相關命令Linux
- 如何檢視某個Linux, Unix登入使用者使用的哪個shell (k shell, b shell, c shell , /sbiLinux
- 修改 Ubuntu 系統使用者名稱和登入名Ubuntu
- [Linux]使用者及密碼相關命令(轉)Linux密碼
- 如何檢視某個Linux, Unix登入使用者使用的哪個shell (k shell, b shell, c shell , /sbin/sh)Linux
- Linux使用者登入密碼的生成Linux密碼
- Linux 踢出登入使用者Linux
- JWT登入鑑權:避免在使用者操作的過程中JWT到期跳轉登入JWT
- Unix使用者登陸shell控制檔案(轉)
- linux下指定不同使用者登入不同目錄Linux
- linux使用者相關檔案Linux
- linux 使用者/組相關操作Linux
- Sql Server使用者名稱和登入名的關係總結SQLServer
- linux禁止root使用者直接登入sshd並修改預設埠Linux
- 在 Linux 中查詢使用者帳戶和登入詳細資訊的 11 種方法Linux
- Linux檢視和剔除當前登入使用者Linux
- 在Web上登入Domino後直接開啟使用者的郵件 (轉)Web
- Linux下修改ssh埠和禁止root遠端登入Linux
- Linux下的shell程式設計入門(轉)Linux程式設計
- Deutsche Bank:Twitter每月未登入使用者是登入使用者的兩倍
- Linux下使用者和組的管理Linux
- shell指令碼自動記錄登入使用者ip和歷史命令指令碼
- Linux使用者/使用者組/許可權相關命令Linux
- Linux 下檢視系統當前登入使用者資訊Linux
- LINUX下的使用者和組的概念和管理Linux
- 在Linux下ssh 環境的登入 和 檔案拷貝Linux
- 關於MySQL下修改root使用者密碼的解決MySql密碼
- Linux 檢視系統使用者的登入日誌Linux
- root和其他使用者不能登入的解決方案
- 在Red Hat Linux 下新增大量使用者(轉)Linux
- win10使用者在登入介面顯示使用者列表Win10
- 在linux下oracle kill 使用者程式的方法LinuxOracle
- Shell Limits設定問題導致使用者不能登入MIT
- Linux常用命令(關機與使用者登入檢視)Linux