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 |
What does bash stand for?
What is cd in cmd?
What is $$ in shell script?
Difference between swap partition and swap file?
What is the export command used for?
What does umask 077 mean?
What does in makefile do?
Which command would you use to create a file system on a new hard drive?
List the three main parts of an operating system command?
How do I move to root in linux?
What is a simple command?
How did you do the Health check in Linux?