How we can set the password length in linux?
Answers were Sorted based on User's Feedback
Answer / venkat
cat /etc/login.defs|grep -i PASS_MIN_LEN
PASS_MIN_LEN 5
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / ravi
cat /etc/login.defs|grep -i PASS_MIN_LEN
PASS_MIN_LEN 5
By using above command we can set the password lengt in linux.
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you grep?
What can you type at a command line to determine which shell you are using?
The command ‘umask -S’
What is phony in makefile?
How do I create a .txt file?
What is the use of cp p command?
Is cmake only for c++?
what is a superblock ?
When and how linux developed?
How can I create a file with cmd?
Explain grep command.
Did you ever write any inerface files / profile file to support unix environment setup ?