Prework - Systems Final Exam Flashcards
Name all types of ‘ware for computers.
- Software
- Firmware
- Hardware
What does RAM stand for?
Random Access Memory
What are the two physical types of servers in the datacenter?
- Rack Mounted
- Blade
During boot, the first thing the computer does is self test. This is called _____, and it stands for ________.
POST Power On Self Test
What are the 4 general types of virtualization?
- Bare Metal Server Based - Hypervisor
- Host Based - Software
- Cloud Based
- Containerization
What are the 3 correct Linux Shell I/O Streams?
- STDIN
- STDOUT
- STDERR
Linux File System - What is the CLI symbol for the root directory?
/
True or False: The name of Ubuntu’s default shell is called the “Bourne Again SHell’>
True
What does the CLI command “df” do?
Displays filesystem disk space utilization and capacity
What VIM mode allows you to save the file?
Command mode
What port does SSH use?
22
What port does SCP use?
22
What command allows you to read just the end of a file?
Tail
What does UID stand for?
User ID
What is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams?
Delimeter