Title: Limiting users with Pdksh

KBTAG: kben10000071
URL: http://www.securityportal.com/lskb/10000050/kben10000071.html
Date created: 17/07/2000
Date modified:
Date removed:
Authors(s): Kurt Seifried seifried@securityportal.com
Topic: Limiting users with Pdksh
Keywords: Users

Summary:

Only effective if user cannot change login shell
use ulimit, typically in /etc/profile to apply to all users
soft and hard limits
core files, files, cpu usage, memory usage, etc.
use ulimit in ~/.profile and set the file immutable (chattr +i) as root

 

 

More information: