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 is clang tidy?
What is pwd in linux command?
in unix how to change old name to new name
How do I start ms dos?
Explain about chmod options filename?
Is python faster than bash?
Which commands are used to set a processor-intensive job to use less cpu time?
What is git command?
What does uname do in linux?
What does execute mean in linux?
What does make clean command do?
Which command would you use to create a file system on a new hard drive?