65.6k views
5 votes
what will be the output when these steps are executed? Create a New Linux User with a user-id of 500 and a group id of 1200. Modify the username of the user. Confirm the New user is created by logging in with the user. Delete the user.

User Jordinl
by
8.1k points

1 Answer

1 vote

Final answer:

The given steps explain how to create, modify, confirm and delete a Linux user.

Step-by-step explanation:

When the given steps are executed, the output will be as follows:

  1. A new Linux user will be created with a user-id of 500 and a group id of 1200.
  2. The username of the user will be modified.
  3. The student will need to log in with the new username to confirm that the new user is created.
  4. The user can be deleted afterwards.

Note: The specific commands used to perform these steps will depend on the Linux distribution being used.

User Hunter Jiang
by
8.6k points