hi all
i need to do an lsuser ALL and pick out all the users that have there accounts locked to true
i used lsuser ALL | awk '{print $1,$27,$28,$29}'
the $27 $28 and $29 because the account locked could be in any of these fields depending on user but for some does not show
anyone have any clever ideas on how i can do this?
Thanx
i need to do an lsuser ALL and pick out all the users that have there accounts locked to true
i used lsuser ALL | awk '{print $1,$27,$28,$29}'
the $27 $28 and $29 because the account locked could be in any of these fields depending on user but for some does not show
anyone have any clever ideas on how i can do this?
Thanx