streda 7. októbra 2020

.bash_profile a chage

 Keď si potrebujem doplniť, kedy mi expiruje heslo. 


Potrebujem stále pri prihlásení informáciu, kedy mi expiruje heslo. Robí sa to pomocou príkazu chage. 







Celkovo takto: 


chage -l username

(dajme to do .bash_profile)


na konci riadkov takto: 

echo ahoj, tvoje heslo expiruje....


chage -l root



Ako vyzerá pripojenie? Pirhlasujem sa cez putty: 


root@127.0.0.1's password:

Activate the web console with: systemctl enable --now cockpit.socket


Last login: Wed Oct  7 15:55:02 2020 from 10.0.2.2

ahoj, tvoje heslo expiruje....

Last password change                                    : Oct 07, 2020

Password expires                                        : never

Password inactive                                       : never

Account expires                                         : never

Minimum number of days between password change          : 0

Maximum number of days between password change          : 99999

Number of days of warning before password expires       : 7

 

- skúšal som to na CentOS 8


Žiadne komentáre:

Zverejnenie komentára