Linux Commands
Hashes
Where's that?
Actual Policies
100

What command gives you admin access?

sudo su

100

Command you would use to get a md5 hash of a file

md5sum

100

Directory in Linux where all users have their files saved?

/home

EXAMPLE:  /home/student


100

Restricts a user from using the same password within a certain time frame

Password History

200

Command to see hidden files

ls -alh


OR

ll

200

When a password is hashed using SHA256, it cannot be reversed.


True or False

True

200

File in Linux that contains rules that specify which users are allowed to run commands with sudo.

(Use the whole file pathway)

/etc/sudoers

200

MFA stands for _____ ______ ______________

Multi-Factor Authentication

300

What command would you use to change a user password?

passwd

300

How many Hexadecimal characters are in every md5 hash?

32

300

File in Linux that shows every users home folder path AND whether or not they have login shell


(whole file pathway)

/etc/passwd

300

Authenticate with one Username and Password in order to gain access to multiple services or sites

SSO

OR

Single Sign On

400
What would you type to turn on the Linux Firewall?

ufw enable

400

Passwords are usually stored as plain text in Linux OS


True or False

False


Passwords are never stored as plain text

400

File in Linux that stores user passwords as salted hashes

/etc/shadow

400

Something you Know

Something you Are

Something you Have


These are all ......

MFA

OR

Multi-Factor Authentication

500

What command would you use to lock the root account?


(Use the whole command)

passwd -l root

OR

usermod -L root

500

While you can't reverse a hash, hashes of common passwords can be 'cracked'


True or False

True.


DO NOT USE COMMON PASSWORDS!!!

500

Directory in Linux that contains files to be copied to a new user's home directory when a user is first created

/etc/skel

500

What file do you go to in order to change the Minimum and Maximum password age default for new users?

/etc/login.defs

M
e
n
u