week 2 Flashcards
How do you enter “insert mode” in vim?
i
How to exit vim?
:q
how to save file in vim
:w
Journalling
ext3/4 file system can recover from a power outage by writing both data and metadata to a journal
writeback
disables journaling for regular user data in order to speed up performance
REPL
Read Evaluate Print Loop
/bin
Contains binary files which contain essential built in commands like ls
/boot
contains all files that linux uses to boot
/dev
Holds the files that represent your physical devices
/etc
Contains config files, config files stored here affects all users
/home
contains user files for each user
/lib
contains libraries that programs need to use
/media
usb drives and cd-roms are stored here
/mnt
mounting point for other olders or drives
/opt
contains supplementary software for your computer that isn’t managed by package management tool for your distro