Windows and Linux both use what kind of kernel?
Monolithic
Is the user interface in linux part of the operating system?
No - separate
Can be command line - shell
or gui - GNOME, KDE, Unity
What is a shell?
A program on top of kernel
Provides basic human interface
text based command line interpreter
How are shell, gui and kernel related?
Usually GUI and shell on top of kernel
used to be gui on shell on kernel
What characters should not be used in filenames?
”.” at start
”-“ at start
spaces or control characters anywhere
Special characters
What does the -a qualifier do with the ls command?
Includes hidden files (dotfiles)
What is a bash script?
file containing line by line bash commands