josehill wrote:
Have you taken a look at the man pages for
sysmgr,
UserManager, and
addUserAccount? Those are the programs that actually run when you add new users through the System Managers, and their configuration files (listed in the man pages) control what is placed in a user's default "profile."
Thank you, and for future reference, man page for addUserAccount points to various files in /var/sysadm/config containing new user parameters:
Code:
FILES
/etc/passwd
/var/sysadm/config/newaccount.config
New user setup config file
/var/sysadm/config/newaccount.script
New user setup script
/var/sysadm/config/default.cshrc
Default .cshrc for new users
/var/sysadm/config/default.login
Default .login for new users
/var/sysadm/config/default.profile
Default .profile for new users
Shame the man page for newaccount seems to be missing from techpubs and nixdoc (am online from a laptop at the mo' - can check later on the Fuel)