Bugzilla – Bug 134146
number of days before password may be changedis empty for root account in shadow file
Last modified: 2005-11-17 11:11:37 UTC
number of days before password may be changedis empty for root account in shadow file : # cat /etc/shadow| grep root root:$....W:13072:::::: but by default this number initialized by 0 : sawoy2:qweqwe:13103:0:99999:7::: parametrs of useradd: # useradd --show-defaults GROUP=100 HOME=/home INACTIVE=-1 EXPIRE= SHELL=/bin/bash SKEL=/etc/skel GROUPS=video,dialout CREATE_MAIL_SPOOL=no
There is no difference