User/group management Flashcards

1
Q

How to add a user and create a default home directory (if it doesn’t exists)

A

sudo useradd -m username

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

how to delete a user and files

A

sudo userdel -r username

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to create a new group?

A

groupadd [options] groupname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly