Thursday, January 10, 2013

Defines the administrative status of the user and How to change it






-To define the administrative status of the ALL the users:

#lsuser –a admin ALL
*true means The user is an administrator. Only the root user can change the attributes of users defined as administrators.

*false The user is not an administrator. This is the default value.



-To define the administrative status of a user:
#lsuser –a admin root





-To change the administrative status of the user “amer” to true:
#chuser –a admin=true amer

-To change the administrative status of the user “lpd” to false:
#chuser –a admin=false lpd


No comments:

Post a Comment