Kahoot Review Flashcards
What is the range of UIDs?
100 - 60000
What is the PID of init?
1
When using a Linux system, HTTP headers are case sensitive.
[TRUE / FALSE]
FALSE
What is the fundamental interface between an application and the Linux kernel (OS)?
systemcalls
DPKG uses which tool?
(Hint - 3 letter acronym)
APT
(Advanced Packaging Tool)
Which command is used to set passwords to expire?
passwd -e
Which of the following is not a method of protecting file databases?
Use of dedicated servers access via telnet
(telnet is not secure)
Security Technical Implementation Guides are ________.
Used for setting cyber security standards in the DOD
[True / False]
The kernel uses device drivers to communicate with the hardware without knowing how it works.
TRUE
What provides Network Devices a way to send events to a server?
syslog
Which shell cannot interact with users and is run from a script?
Non-interactive shell
Which UID is usually assigned to system accounts?
Below 100
Which of the following commands is used to display a network’s interface configuration?
ifconfig
Banner grabbing can NOT be used to exploit which of the following pieces of information?
- Software version
- Active ports
- Open ports
- Open services
Active ports
Where is the primary GID and group name stores as entries?
/etc/passwd
Which command displays the status of currently loaded LKMs?
lsmod
Which shell was the first to appear on UNIX systems?
Bourne Shell
What is the default prompt for C Shell (csh)?
%
What is the default prompt for bash?
$
When init starts, it reads a config file used by initialization systems. Where is this file stored?
/etc/inittab
Which command lists all PCI buses in the system along with the devices connected to them?
lsmod
_____ _____ is the privileged mode where the process has unrestricted access to system resources like hardware and memory.
Kernel Mode
What is the package management system created by the RedHat distribution?
RPM