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 |
Brief about finger username?
How do I set permission to run in linux?
What is phony in makefile?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
what is the command to make a process to run in the background from foreground?
What is mask and umask in linux?
What are the basic commands in LINUX?
What are the ms dos commands?
How many interfaces(ethernet cards) are working using single command?
What make install does?
In which File is Static IP address given so that it becomes Permanent ?
What is history command in linux?