Hi all,
good day to all
I have 750 users and i need to run the below command to force user change their password. can someone help me for a simple script. I have a user listing from /home output. ie. (output from "ls -l|awk -F " " '{print $9}' > /tmp/userlist.1"
$ pwdadm -f ADMCHG user1
$ pwdawm -f ADMCHG user2
......
......
$ pwdadm -f ADMCHG user750
hopefully someone can help me.
Thank you in advance.
shoux