week 4 Flashcards
Sigint
what is sent in cntrl+c
Process
Running program
Sigterm
Graceful way to quit a process, giving it time to shut down child processes etc before shutting down
Sigkill
Force quit process
TIME (ps)
accumulated CPU time that has been used by that process
PID (ps)
Process ID
Where are user account properties kept?
/etc/passwd
where are user password properties kept?
/etc/shadow
what is the UID for the root user?
0
What is UID 1-999 reserved for?
Reserved for system users
What is user 65534 reserved for?
nobody user
What is the shortcut for moving the cursor to the top of the page in nvim?
gg
what is the shortcut for moving the cursor to the bottom of the page in nvim?
G
How do you search from the cursor to the top of the page in nvim?
?
How do you search from the cursor to the bottom of the page in nivm?
/