[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 3


mkuser.sys Command

Purpose

Customizes a new user account.

Syntax

mkuser.sys Directory User Group

Description

The mkuser.sys command customizes the new user account specified by the User parameter. The mkuser command calls the mkuser.sys command after it has created and initialized the new account.

The program as shipped creates the home directory specified by the Directory parameter, with the owner specified by the User parameter, the primary group specified by the Group parameter, and a copy of the appropriate profile for the user's shell. The shipped program can be replaced at installation by another program to customize local new-user creation. The installation-specific program should adhere to the error conventions of the supplied program.

Security

Access Control: This command should grant read (r), write (w), and execute (x) access for the root user and members of the security group so the mkuser command can execute the program.

Files Accessed:

Mode File
r /etc/passwd
r /etc/security/user

Files


/usr/lib/security/mkuser.sys Contains the mkuser.sys command.

Related Information

The mkuser command.

Security Administration in AIX 5L Version 5.1 System Management Concepts: Operating System and Devices.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]