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 |
if i run ls command it will show me the junk output what is problem and how to resolve it
How do I check my cpu speed?
How do you find files in Linux?
List all the files beginning with A
What is phony in makefile?
How to hide the partition in grub booting?
What is the command to check wwn # in linux?
What command you execute to display the last five commands you have entered?
How does case sensitivity affect the way you use commands?
Which command is used to compare the files?
How will you suspend a running process and put it in the background?
Why bash is used in linux?