bin -> similar to C:\Program Files directory in Windows
commands like ls is in this directory.
etc -> stores important system configuration files
home -> personal directory for users
similar to C:\Users directory.
proc -> stores information about currently running processes.
var -> stores system logs and files that constantly changes
Every Commands has flags.
Use --help to see flags.
Use man to see manual.
less 경로/파일네임
up and down -> scroll
g -> beginning
G -> end
/{word} -> search
q -> quit
show first 10 lines
show last 10 lines
Nano, Vim, Emacs
grep {word} {file}
use | to use multiple commands
ex ) ls -la ./ | grep helloworld