Sunday, September 24, 2017

Verify all account password hashes are shadowed

Heres how to verify that all your account password hashes, are shadowed. 

 

The command below should return “x”: 

 

# cut -d: -f2 /etc/passwd|uniq 

HTH