|
Posted by Eric Lubow
|
Some users like to have a passwordless account. To check this you need to look at the /etc/shadow account with the following command line:
awk -F: '$2 == "" { print $1, "has no password!" }' /etc/shadow
Only registered users can write comments. Please login or register. Powered by AkoComment! |