Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linux (File System Hierarchy (/etc (/etc/opt), /proc, /dev, /var, /opt,…
Linux
File System Hierarchy
/etc
/etc/opt
/proc
/dev
/var
/opt
Unix Philosophy
Processes
Parents
PPID
Orphans
Daemons
Children
PID
Zombies
Niceness
Bash Commands
$ps
$top
Threads
C System Calls
fork()
exec()
kill()
Data Structures
Trees
Red Black Tree
Binary Search Trees