Linux User Management Flashcard

Linux User Management Flashcard

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Grit and Motivation

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

22 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which command is used to create a new user group on a Linux system?

Back

sudo groupadd

2.

FLASHCARD QUESTION

Front

How can additional information, such as the full name, be added to a user account using the usermod command? Options: sudo usermod -n "Full Name" username, sudo usermod -g "Full Name" username, sudo usermod -c "Full Name" username, sudo usermod -f "Full Name" username

Back

sudo usermod -c "Full Name" username

3.

FLASHCARD QUESTION

Front

Which command displays user and group information on a Linux system?

Back

id

4.

FLASHCARD QUESTION

Front

What command is used to check if a user is currently logged in? Options: w, id, who, uname

Back

who

5.

FLASHCARD QUESTION

Front

Which command provides detailed information about logged-in users on a Linux system? Options: id, who, uname, w

Back

w

6.

FLASHCARD QUESTION

Front

How can a user account be deleted, including its home directory?

Back

sudo userdel -r username

7.

FLASHCARD QUESTION

Front

What command is used to delete a user group? Options: sudo groupremove groupname, sudo groupdel groupname, sudo groupdelete groupname, sudo groupremove -g groupname

Back

sudo groupdel groupname

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?