Erste Schritte mit Linux Flashcards

1
Q

Command: User erstellen

A

useradd <username></username>

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

Unterschied zwischen adduser und useradd

A

useradd –> direkt Account erstellt
adduser –> weitere Infos abfüllen

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

Command: Passwort setzen von user

A

passwd <username></username>

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

Command: User zu Admingruppe hinzufügen

A

sudo usermod -aG wheel <webadmin></webadmin>

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

Command: VM Tools Installation

A

sudo dnf -y install open-vm-tools

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

Command: SSH Connection to the Server

A

ssh <username>@10.10.10.100</username>

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