217k views
5 votes
You haven’t changed your user account password for several months and now decide to create a new password. Which of the following commands should you use?

a. changepass
b. newpass
c. cat -p
d. passwd

User Joaopfg
by
7.7k points

2 Answers

2 votes

Answer:

changepass

Step-by-step explanation:

This is the run command in a computer that can be used to change the password of a computer.

For example, if a person wishes to change a password on a computer, they can use the following options:

Open the administrator

typing net user

replacing the old username with a new username

pressing enter.

Then the password is typed twice and run. The computer will then remember the password.

User Dilpreet
by
8.0k points
5 votes

Answer: passwd

Step-by-step explanation:

The tool to change the user password is called the passwd command found in Unix and Unix-like operating systems. the password which the user enters is made to run through a key derivation function which creates a hashed version of the new password and it is saved.

This command normally changes the passwords for the user accounts and even allows the superuser to change the password for any account. This command also helps to change the validity period of the passwords.

Therfore the correct option for the user who haven’t changed your user account password for several months and now decide to create a new password is "passwd".

User Jason De Oliveira
by
8.0k points