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 are the examples of simple command?
What does grep grep do?
How do I know my shell?
What does kill in linux?
Who is unix command?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
What is the symbol of linux?
Is a command a full sentence?
Describe the mknod command and when you’d use it.
What does r mean linux?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
Explain how you would find a specific string in a file.