E01: Linux Fundamentals & Architecture PE Flashcards
For Bourne-Shell, what character is the default prompt?
%
*
$
!
$
Which of the following is not considered a Shell?
- Bourne
- C
- Daemon
- Posix
Daemon
An Interactive Shell reads commands from user input
T/F
True
Out of the following, what is not considered a shell type
- Bourne
- Non-Interactive
- Interactive
- Login
Bourne
What system call is denoted by the number 99?
sysinfo
What system call traces another process’s execution?
ptrace
What mode has the least amount of privileges?
User
User processes can access the kernel completely
T/F
False
A program usually executes in Kernel Mode and switches to User Mode only when requesting a service provided by the kernel.
T/F
False
The process/kernel model assumes that processes that require a kernel service use specific programming constructs called:
- Sysinfo
- Syscall
- Sandbox
- Kernel Development
Syscall
System Calls are the only way through which a process can go into kernel mode from user mode.
T/F
True
___________ simplifies programming by acting as a translator between a device and the applications or operating systems that use it.
- Kernel
- syscalls
- Buses
- Device Drivers
Device Drivers
What command lists all PCI buses in a system with a description along with devices connected to them?
lspci -v
User Mode operates under the principle of what?
- Least Privilege
- Advanced Privilege
- Administrator
- User
Least Privilege
The man -k (or man –apropos) command
- is not a real command
- searches the source of 100% of the text
- outputs the man page to a .dvi file
- searches the short command description for key words
searches the short command description for key words