Lock user account in AIX


To lock an user account in AIX, you should use the following command:

# chuser account_locked='true' <username>

,

  1. #1 by Lincoln Z. Silva on September 10, 2010 - 1:21 pm

    Post fixed…

    Thanks manish!

  2. #2 by manish on September 9, 2010 - 8:13 am

    To lock an user account in AIX, you should use the following command:
    # chuser account_locked='false' <username> it should be account_locked=true

(will not be published)