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 |
Why bash is used in linux?
How do I get to root directory in linux?
What would you do when all the processess hangs and there is no other option in unix?
How do you know which shell I am using in linux?
What does umask 077 mean?
some one is asking my machine is slow what is your steps?
What are the ms dos commands?
How do I find my user id in linux?
Is llvm a compiler?
What are the command prompt commands?
Which command is used to find what is in your home directory?
Why makefile is used in linux?