Title: Limiting users with Zsh

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

Summary:

 

Only effective if user cannot change login shell
use limit, typically in /etc/zprofile
soft hard limits
core files, memory usage, cpu usage, etc.
use limit in ~/.zprofile and set the file immutable (chattr +I) as root

 

More information: