Forum Moderators: bakedjake
I'm a complete noob at linux and i want to make my sites more secure.
I am trying to create a cron job that can change my password every day with a set password formula.
For example:
lets say my password on Jan 01, 2006 is: 01ABC
Now on Jan 02 it will be: 02ABC
Now on Jan 03 it will be: 03ABC
etc....
How can you make a cron job for this?
thx
username:password
for each user. Then do
cat filename ¦ chpasswd