206k views
1 vote
Brenda Cassini (bcassini) was recently married. You need to update her Linux user account to reflect her new last name of Palmer. In this lab, your task is to use the usermod command to: Rename Brenda's user account bpalmer. Change Brenda's comment field to read Brenda Palmer. Change and move Brenda's home directory to /home/bpalmer. When you're finished, view the /etc/passwd file and /home directory to verify the modification.

1 Answer

5 votes

The steps to update her Linux user account are:

1. Update Brenda's account information.

a. From the Favorites bar, select Terminal.

b. see image attached

2. Verify the changes.

a. see image attached

b. Type ls /home and press Enter to verify that the account was modified.

What is Linux user account?

In Linux, user accounts are known to be an integral to system security and resource management. Each account has its home directory where personal files are stored.

Therefore, User accounts are said to be managed through commands and administrators often assign specific roles or groups to control access permissions. Also, user authentication is known to be one that is often reinforced through encryption methods like shadow passwords, ensuring the confidentiality of user credentials.

Brenda Cassini (bcassini) was recently married. You need to update her Linux user-example-1
User Kevin Little
by
8.2k points