Hi everybody,
I want to change user's system attributes like cpu's time, data segment
size ... when i add users in a script.
I can do it with ulimit command ( korn shell) for all users in
/etc/profile ( exemple: su -c "ulimit -d 131072 " changing data area size
) or in $HOME/.profile.
But i want doing this individually in a script with a command specifiyng
the user, for exemple chdattribuser -d 131072 -u user. Is't possible?
My system is DU 4.0D
I'd appreciate any ideas.
Thanks
--
Jacques Maleyrot
Ingenieur Informatique
Université de Bourgogne
Centre de Ressources Informatiques
Email: Jacques.Maleyrot_at_u-bourgogne.fr
tel : 0380395205
Received on Tue Apr 13 1999 - 07:18:53 NZST