Domain 4 Flashcards
uname -a
Basic information about the kernel and CPU
lscpu
Returns technical information about cache sizes and CPU supports
20 lines
cat /proc/cpuinfo
Returns more information compared to LSCPU
lscpi
Information about hardware interfaces like audio devices and ethernet controllers
4 disk interfaces
PATA, Sata, nvme scsi
PATA
Old interface featuring 40 or 80 pin cables
Sata
Newer version of PATA smaller cables smaller connector
Nvme
Nonvolatile memory express designed specifically for SSD drives
Three parts of any Linux operating system
- the kernel
- the Shell
- the programs
Debian Linux distributions
Ubuntu,mint,Kali Linux
Red hat Linux distributions
Red hat, fedora, CentOS
Linux distribution release cycles Ubuntu
- Release is published twice yearly in April and October
- long-term support releases every two years
3.LTS is supported for five years
Linux distro’s with rolling release model
Kali Linux, openSuse, tumbleweed?
File descriptors 0, 1, 2
- Stdin
- Stdout
- Stderr
Three types of DNS queries
Recursive, iterative, non-recursive