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 the diff b/w ext2 and ext3?
What command would you use to create an empty file without opening it to edit it?
Explain the linux ‘cd’ command options along with the description?
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
How do you create a text file in linux terminal?
How do I know my shell?
What does wc command do in unix?
How do I do a whois search?
what is the command for finding the higest memory occupied file in linux?
what is initrd image?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
Explain how you would find a specific string in a file.