IBM AIX Question:
Download Job Interview Questions and Answers PDF
Write the password change command?
Answer:
• $ passwd
$ <user id> old password:
$ <user id> new password:
$ Enter the new password again:
• The passwd command is used to change the user password.
• The system will start the passwd process which will prompt the user for their old password first. To prevent users being locked out of the system the new password is entered twice.
$ <user id> old password:
$ <user id> new password:
$ Enter the new password again:
• The passwd command is used to change the user password.
• The system will start the passwd process which will prompt the user for their old password first. To prevent users being locked out of the system the new password is entered twice.
Download AIX Interview Questions And Answers
PDF
Previous Question | Next Question |
Write the logging in and Out commands in AIX? | Write the command format in AIX format? |