Linux Commands Flashcards
1
Q
Su
A
Switch user
(Linux)
2
Q
Sudo
A
Elevate to root user permission
(Linux)
3
Q
Useradd
A
Add users
(Linux)
4
Q
Usermod
A
Modify users
(Linux)
5
Q
Userdel
A
Delete users
(Linux)
6
Q
Groupadd
A
Add group
(Linux)
7
Q
Groupmod
A
Modify groups
(Linux)
8
Q
Groupdel
A
Delete group
(Linux)
9
Q
Chmod
A
Change mod
Change user, groups, and everyone permissions
R(4) W(2) X(1) = 7
(Linux)
10
Q
Chown
A
Change owner of files
(Linux)
11
Q
Chgrp
A
Change group permissions of a file
(Linux)
12
Q
Apt
A
Application manager for Debian based systems
(Linux)
13
Q
Rpm —> yum —> dnf
A
Red hat based application manager
(Linux)
14
Q
Samba
A
Linux smb that allows it to communicate with windows
(Linux)
15
Q
Cron
A
Linux scheduling service
(Linux)