A+1102 Exam Review Flashcards
Pass the first time (288 cards)
ls
Linux Command: List directory contents
pwd
Linux Command: show what directory you are in
mv
Linux Command: move or rename a file
cp
Linux Command: copy a file
rm
Linux Command: remove a file
chmod
Linux Command: change permissions
chown
Linux Command: change owner
su/sudo
Linux Command: switch user/superuser do (something)
apt-get
yum
Linux Command: tool to manage applications & updates
Based on Linux distribution (version)
ip
Linux Command: show ip address
df
Linux Command: shows disk free space
grep
Linux Command: look inside a file for text
ps
Linux Command: process status
man
Linux Command: the Linux help manual
top
Linux Command: shows top running programs
find
Linux Command: search for a file
dig
Linux Command: used to lookup DNS information
cat
Linux Command: view a file
nano
Linux Command: file editor
AAA Model
Authentication
Who Are you?
ex: I am user student and my password validateme proves it.
AAA Model
Authorization
What can you do?
ex: What can you access host serverXYZ using Telnet.
AAA Model Accounting
What did you do? How long did you do it? How often did you do it?
ex: User student accessed host serverXYZ using Telnet for 15 minutes.
CIA Triad
Confidentiality
Confidentiality prevents unauthorized disclosure of information
CIA Triad
Integrity
Integrity assures that data cannot be modified in an unauthorized manner.