How we can set the password length in linux?
Answer Posted / venkat
cat /etc/login.defs|grep -i PASS_MIN_LEN
PASS_MIN_LEN 5
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What the command used for search file or files for specific text?
What is the command to calculate the size of a folder?
How do I check memory usage on linux?
What is cmake in linux?
What is ulimit command?
How many interfaces(ethernet cards) are working using single command?
What is command grouping and how does it work?
How do I find the console in linux?
How often do you use grep command and how in Linux operating system?
What would be the result of issuing the command cat phonenos?
What does kill in linux?
What are the 4 kinds of sentences with examples?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
How do I check my cpu speed?
What is $$ in shell script?