1827885 Members
1494 Online
109969 Solutions
New Discussion

/etc/shadow

 
Thomas Kemp_1
Advisor

/etc/shadow

I tried Googling this, and reading the MAN pages SHADOW (3) and (5), but couldn't find the answer.

In /etc/shadow, for the services accounts, what does the !! stand for in the "encrypted password" section of the file?
2 REPLIES 2
Chris Xu
Trusted Contributor

Re: /etc/shadow

"!!" is used to lock an account. Check man page on passwd, especially the -u -l option sections.

Chris
Thomas Kemp_1
Advisor

Re: /etc/shadow

!! locks the account.